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

[5.2.x] Post-release version bump.

This commit is contained in:
Natalia 2025-05-06 22:30:31 -03:00
parent bc833e8883
commit 13b71c9794

View File

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