diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-02 09:37:40 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-02 09:37:40 -0300 |
| commit | a3a8f7a8667c943857bf6ac4ed3cb611c8956c51 (patch) | |
| tree | 1ca9232d789721adb45c44fcbb8c03383e481c5a /django/__init__.py | |
| parent | c14b756185c88f7f2eb745ff061f3c221fea9de7 (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 6ca0055277..c2124f9eb7 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 9, "final", 0) +VERSION = (5, 2, 10, "alpha", 0) __version__ = get_version(VERSION) |
