1
0
mirror of https://github.com/django/django.git synced 2025-03-09 17:02:43 +00:00

[4.2.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak 2023-11-01 06:24:53 +01:00
parent d254a54e7f
commit 45e4d268cc

View File

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