diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-09-03 13:29:20 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-09-03 13:29:20 +0200 |
| commit | 90a9ba1aec109e77b8a663633cca154bd3b7b5d8 (patch) | |
| tree | 7c17100c6445b82bcc6211551faacb5e38488b48 /django/__init__.py | |
| parent | 75c4403f07b8ad25893f7832dbe8fc6814b53b2d (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 a9c2e5d66e..d01979d17b 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 6, "final", 0) +VERSION = (5, 2, 7, "alpha", 0) __version__ = get_version(VERSION) |
