diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-11-05 09:40:30 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-11-05 09:40:30 -0300 |
| commit | f4ff2f8d14595adc6ade053f9c48226a09258a37 (patch) | |
| tree | 2d852acaff8a899ac3b70c2d14c820e2c82454d3 /django | |
| parent | 47fe39af56ecd0ad73b9c7562511015e96b91b80 (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 3d29f0e260..a75d88b600 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 8, "final", 0) +VERSION = (5, 2, 9, "alpha", 0) __version__ = get_version(VERSION) |
