8000 [3.2.x] Post-release version bump. · django/django@0059182 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0059182

Browse files
committed
[3.2.x] Post-release version bump.
1 parent 60e648a commit 0059182

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

55
__version__ = get_version(VERSION)
66

0 commit comments

Comments
 (0)
0