diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2026-03-03 09:18:46 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2026-03-03 09:18:46 -0300 |
| commit | 4f382ca672f86dd4a1e4d071c91d0caad0e124b3 (patch) | |
| tree | 395630287c80937802ca15c30cbd81c5b10a04d1 | |
| parent | b07ed2a1e445efde54fc64cb8c37e0f4f7fe53e5 (diff) | |
[5.2.x] Bumped version for 5.2.12 release.5.2.12
| -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 34653f81e9..276595c059 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 12, "alpha", 0) +VERSION = (5, 2, 12, "final", 0) __version__ = get_version(VERSION) |
