티스토리 수익 글 보기

티스토리 수익 글 보기

[5.2.x] Bumped django_next_version in docs config. · django/django@1eb62e5 · GitHub
Skip to content

Commit 1eb62e5

Browse files
committed
[5.2.x] Bumped django_next_version in docs config.
1 parent 1259509 commit 1eb62e5

File tree

1 file changed

+1
1
lines changed

1 file changed

+1
1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)