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 2024-01-02 10:11:39 +01:00
parent f339c4c8e4
commit 4198a5cb2d

View File

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