8000 [5.1.x] Bumped version for 5.1 release candidate 1. · commit-0/django@249f2fd · GitHub
[go: up one dir, main page]

Skip to content

Commit 249f2fd

Browse files
committed
[5.1.x] Bumped version for 5.1 release candidate 1.
1 parent e42defb commit 249f2fd

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, 1, 0, "beta", 1)
3+
VERSION = (5, 1, 0, "rc", 1)
44

55
__version__ = get_version(VERSION)
66

0 commit comments

Comments
 (0)
0