1
0
mirror of https://github.com/django/django.git synced 2025-06-15 08:29:11 +00:00

[5.2.x] Bumped version for 5.2.3 release.

This commit is contained in:
Sarah Boyce 2025-06-10 11:34:02 +02:00
parent 264003146f
commit 15883bc669

View File

@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (5, 2, 3, "alpha", 0)
VERSION = (5, 2, 3, "final", 0)
__version__ = get_version(VERSION)