summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton@noumenal.es>2021-04-10 17:08:22 +0200
committerCarlton Gibson <carlton@noumenal.es>2021-04-10 19:06:18 +0200
commit98db3c76fcdac76e2c6d770aaac5c711a91209f4 (patch)
treed54b28b57c4e4302a99448b797036af821ff9eda
parent078bcd587dd0b4cc395713be02c38549f5fe65e3 (diff)
[3.2.x] Bumped django_next_version in docs config.
-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-'),