From a3b1107a4955bdd994908efb4c6e1d03c281e69f Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Wed, 6 Aug 2025 10:04:41 +0200 Subject: [PATCH] [5.2.x] Bumped version for 5.2.5 release. --- django/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)