1
0
mirror of https://github.com/django/django.git synced 2025-06-17 09:29:17 +00:00

[4.2.x] Bumped version for 4.2.21 release.

This commit is contained in:
Natalia 2025-05-06 22:37:35 -03:00
parent 9cd8028f3e
commit 87175d270a

View File

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