diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-11-05 09:35:08 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-11-05 09:35:08 -0300 |
| commit | 47fe39af56ecd0ad73b9c7562511015e96b91b80 (patch) | |
| tree | b341df749232213421945a492c5664de242125ae | |
| parent | ac9fcf6eb2c909f4150c5287808f49170ce1f9e2 (diff) | |
[5.2.x] Bumped version for 5.2.8 release.5.2.8
| -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 caa03e41ea..3d29f0e260 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 8, "alpha", 0) +VERSION = (5, 2, 8, "final", 0) __version__ = get_version(VERSION) |
