diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-02 09:31:25 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-12-02 09:31:25 -0300 |
| commit | c14b756185c88f7f2eb745ff061f3c221fea9de7 (patch) | |
| tree | c2a180f06ad332cec109eee29055f03156d94c6e | |
| parent | 99e7d22f55497278d0bcb2e15e72ef532e62a31d (diff) | |
[5.2.x] Bumped version for 5.2.9 release.5.2.9
| -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 a75d88b600..6ca0055277 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 9, "alpha", 0) +VERSION = (5, 2, 9, "final", 0) __version__ = get_version(VERSION) |
