diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-02 15:15:13 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-02 15:15:13 +0200 |
| commit | dceabd197db9b8a67cbbec185038b996a4515ec5 (patch) | |
| tree | 9de492f40a914e14d74498431c01ed739133abb4 /django | |
| parent | 9e7cc2b628fe8fd3895986af9b7fc9525034c1b0 (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 bb073311bb..595f1ac942 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 0, "final", 0) +VERSION = (5, 2, 1, "alpha", 0) __version__ = get_version(VERSION) |
