1
0
mirror of https://github.com/django/django.git synced 2025-06-13 15:39:13 +00:00

[4.2.x] Bumped version for 4.2.22 release.

This commit is contained in:
Natalia 2025-06-04 08:51:01 -03:00
parent ac03c5e7df
commit 7275cc5d13

View File

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