1
0
mirror of https://github.com/django/django.git synced 2025-01-27 10:39:40 +00:00

[4.2.x] Post-release version bump.

This commit is contained in:
Sarah Boyce 2024-08-06 15:32:16 +02:00
parent 4d32ebcd57
commit ae0ca8345d

View File

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