1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

[4.2.x] Post-release version bump.

This commit is contained in:
Natalia 2024-05-06 14:36:28 -03:00
parent 6193c720b5
commit 1536833e93

View File

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