1
0
mirror of https://github.com/django/django.git synced 2025-04-06 22:46:41 +00:00

[5.0.x] Post-release version bump.

This commit is contained in:
Sarah Boyce 2025-04-02 11:02:17 +02:00
parent 7c128112a6
commit 10815575f5

View File

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