1
0
mirror of https://github.com/django/django.git synced 2025-06-14 07:59:12 +00:00

[4.2.x] Post-release version bump.

This commit is contained in:
Natalia 2025-06-04 08:52:32 -03:00
parent 7275cc5d13
commit 8d87045d8f

View File

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