diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2026-03-03 09:20:20 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2026-03-03 09:20:20 -0300 |
| commit | 3dac84876c473d08d6057745aa1bd9599c34da44 (patch) | |
| tree | 9d274ab989fda0559c44534baed5fb766fd9c332 | |
| parent | 4f382ca672f86dd4a1e4d071c91d0caad0e124b3 (diff) | |
[5.2.x] Post-release version bump.
| -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 276595c059..80db6ebf0f 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 12, "final", 0) +VERSION = (5, 2, 13, "alpha", 0) __version__ = get_version(VERSION) |
