Skip to content

Commit cc13485

Browse files
committed
[5.0.x] Post-release version bump.
1 parent 8e68f93 commit cc13485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from django.utils.version import get_version
22

3-
VERSION = (5, 0, 9, "final", 0)
3+
VERSION = (5, 0, 10, "alpha", 0)
44

55
__version__ = get_version(VERSION)
66

0 commit comments

Comments
 (0)