1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00

[4.2.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak 2023-12-04 09:29:47 +01:00
parent dff965798e
commit a315e82f31

View File

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