diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-06 10:04:41 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-06 10:04:41 +0200 |
| commit | a3b1107a4955bdd994908efb4c6e1d03c281e69f (patch) | |
| tree | 0d45857fbbe288b56ddd4d8e124a1657421f9c48 | |
| parent | 0489f54e8b047374f0b83fe77695976edcf8c118 (diff) | |
[5.2.x] Bumped version for 5.2.5 release.5.2.5
| -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 c32655fea6..4e4c0a3a5b 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 5, "alpha", 0) +VERSION = (5, 2, 5, "final", 0) __version__ = get_version(VERSION) |
