diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-09-03 13:49:40 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-09-03 13:49:40 +0200 |
| commit | 5636e82896fa40c1226eb4e18050daf8b777ec8c (patch) | |
| tree | c4924fe6499d332f12e260809094fe569067bfb8 /django | |
| parent | 5e23d8900201ba10bf76adf825179c72cbf2e1e2 (diff) | |
[4.2.x] Post-release version bump.
Diffstat (limited to 'django')
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py index 9f88e7e455..d6b71a7f1b 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 24, "final", 0) +VERSION = (4, 2, 25, "alpha", 0) __version__ = get_version(VERSION) |
