summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton@noumenal.es>2021-04-10 17:08:22 +0200
committerGitHub <noreply@github.com>2021-04-10 17:08:22 +0200
commit1ab415be9e26690f8bac7ab76c69a03a6cf5b2af (patch)
treed54b28b57c4e4302a99448b797036af821ff9eda
parent078bcd587dd0b4cc395713be02c38549f5fe65e3 (diff)
downloaddjango-update-next-docs-version.tar.gz
[3.2.x] Bumped django_next_version in docs config.update-next-docs-version
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 345fe915ef..98d51a0548 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -99,7 +99,7 @@ else:
release = django_release()
# The "development version" of Django
-django_next_version = '3.2'
+django_next_version = '4.0'
extlinks = {
'bpo': ('https://bugs.python.org/issue%s', 'bpo-'),