diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-10 11:47:04 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-10 11:47:04 +0200 |
| commit | 6979ee39ae56759b75a857cf6241594841e73113 (patch) | |
| tree | d80337509f6d54675737e64604d78f756b622c97 /django/__init__.py | |
| parent | 15883bc669303242742a81f06958175dddbb66de (diff) | |
[5.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 a26d3a8264..11828c98d6 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 3, "final", 0) +VERSION = (5, 2, 4, "alpha", 0) __version__ = get_version(VERSION) |
