diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-06 10:35:14 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-06 10:35:14 +0200 |
| commit | a7546c477384e3f0a60bd917895bb734fd5f8efd (patch) | |
| tree | 2b689b13321ed2d32072896f1e968e6762f8e870 /django | |
| parent | a3b1107a4955bdd994908efb4c6e1d03c281e69f (diff) | |
[5.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 4e4c0a3a5b..fb416f3bcf 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 5, "final", 0) +VERSION = (5, 2, 6, "alpha", 0) __version__ = get_version(VERSION) |
