1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[4.2.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak
2024-03-04 08:47:11 +01:00
parent 61a986f53d
commit 721c566859

View File

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