diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-02 14:56:34 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-02 14:56:34 +0200 |
| commit | 9e7cc2b628fe8fd3895986af9b7fc9525034c1b0 (patch) | |
| tree | 143556db1d3896d670bdbb7b91b51b0b43513acf /django | |
| parent | 34bc3a3f88a5f9829df91afae9ee9bae5dae310a (diff) | |
[5.2.x] Bumped version for 5.2 release.5.2
Diffstat (limited to 'django')
| -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 617d028489..bb073311bb 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (5, 2, 0, "rc", 1) +VERSION = (5, 2, 0, "final", 0) __version__ = get_version(VERSION) |
