1
0
mirror of https://github.com/django/django.git synced 2025-03-09 17:02:43 +00:00

[4.2.x] Post release version bump.

This commit is contained in:
Natalia 2024-02-06 10:04:22 -03:00
parent a684d73fc9
commit e2f1907642

View File

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