1
0
mirror of https://github.com/django/django.git synced 2025-01-28 19:19:20 +00:00

[4.2.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak 2023-09-04 12:11:45 +02:00
parent b8b2f74512
commit a9686cb871

View File

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