1
0
mirror of https://github.com/django/django.git synced 2025-07-20 01:29:11 +00:00

[4.1.x] Post release version bump.

This commit is contained in:
Natalia 2023-10-04 10:27:51 -03:00
parent 865974ee93
commit 31497fdc8f

View File

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