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

[4.2.x] Post release version bump.

This commit is contained in:
Natalia 2023-10-04 10:03:14 -03:00
parent c22017bd1d
commit 08d54f83a9

View File

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