10000 [4.2.x] Post-release version bump. · django/django@8d87045 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d87045

Browse files
committed
[4.2.x] Post-release version bump.
1 parent 7275cc5 commit 8d87045

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 = (4, 2, 22, "final", 0)
3+
VERSION = (4, 2, 23, "alpha", 0)
44

55
__version__ = get_version(VERSION)
66

0 commit comments

Comments
 (0)
0