Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96700c7

Browse files
committed
Bumped version; main is now 6.0 pre-alpha.
1 parent 1259509 commit 96700c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

55
__version__ = get_version(VERSION)
66

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
# built documents.
119119
#
120120
# The short X.Y version.
121-
version = "5.2"
121+
version = "6.0"
122122
# The full version, including alpha/beta/rc tags.
123123
try:
124124
from django import VERSION, get_version
@@ -135,7 +135,7 @@ def django_release():
135135
release = django_release()
136136

137137
# The "development version" of Django
138-
django_next_version = "5.2"
138+
django_next_version = "6.0"
139139

140140
extlinks = {
141141
"bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-%s"),

0 commit comments

Comments
 (0)