diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-06-04 08:38:55 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-06-04 08:38:55 -0300 |
| commit | 9e2fe65967e3ad4da276d156c466fe1cf682ca7c (patch) | |
| tree | 120e837603152d3a1454886c6dc58c520d8016f5 | |
| parent | 7456aa23dafa149e65e62f95a6550cdb241d55ad (diff) | |
[5.2.x] Bumped version for 5.2.2 release.5.2.2
| -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 e191d3b1c5..c33f058d50 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 2, "alpha", 0) +VERSION = (5, 2, 2, "final", 0) __version__ = get_version(VERSION) |
