1
0
mirror of https://github.com/django/django.git synced 2025-01-13 11:57:01 +00:00

[4.2.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak 2023-05-03 13:51:05 +02:00
parent fea17b7615
commit 00152276e9

View File

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