diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-10 12:00:20 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-10 12:00:20 +0200 |
| commit | bc4d96cfc3ab8e26a2cd6b963b5f74ff0bffe9e2 (patch) | |
| tree | be2fed9ccb2b2310c19fb840568d58775665a279 /django/__init__.py | |
| parent | a698dc223be0e245c8e9cf347defc1892ae5e3ea (diff) | |
[4.2.x] Post-release version bump.
Diffstat (limited to 'django/__init__.py')
| -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 49e1e4201a..80414d5f93 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (4, 2, 23, "final", 0) +VERSION = (4, 2, 24, "alpha", 0) __version__ = get_version(VERSION) |
