1
0
mirror of https://github.com/django/django.git synced 2025-03-31 11:37:06 +00:00

[5.0.x] Post-release version bump.

This commit is contained in:
Sarah Boyce 2024-08-06 15:31:06 +02:00
parent 84d1102a8a
commit 4f08fae2bb

View File

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