summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-09-03 13:17:48 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-09-03 13:17:48 +0200
commit75c4403f07b8ad25893f7832dbe8fc6814b53b2d (patch)
tree5e5b426fad2b7fa82baa0d8a89bfe878b442d9c8
parent4c044fcc866ec226f612c475950b690b0139d243 (diff)
[5.2.x] Bumped version for 5.2.6 release.5.2.6
-rw-r--r--django/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py
index fb416f3bcf..a9c2e5d66e 100644
--- a/django/__init__.py
+++ b/django/__init__.py
@@ -1,6 +1,6 @@
from django.utils.version import get_version
-VERSION = (5, 2, 6, "alpha", 0)
+VERSION = (5, 2, 6, "final", 0)
__version__ = get_version(VERSION)