diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-05-06 22:30:31 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-05-06 22:30:31 -0300 |
| commit | 13b71c97944dad77b10320c13e04b16c59e27dc0 (patch) | |
| tree | a309098817f3ffc8f3ecb396a45ca05de78c8975 /django | |
| parent | bc833e8883db4a333a6485d91637b78c85e2b13b (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 2e1737a2ce..e191d3b1c5 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 1, "final", 0) +VERSION = (5, 2, 2, "alpha", 0) __version__ = get_version(VERSION) |
