1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00

[4.2.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak 2023-07-03 08:25:52 +02:00
parent 1651351386
commit 82fbaa7954

View File

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