summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-09-20 21:00:55 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-09-20 21:00:55 +0200
commit3c751f008f86a56f3ebd20465bccf8d5bf5a80d1 (patch)
tree9f5ea3e838ce5a9eee33f21cb28987c66c1e7c1d
parentc1689e65ffc64611bdc093baa5b767a18afea409 (diff)
[4.0.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 81b06292b4..9d38e34109 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -123,7 +123,7 @@ else:
release = django_release()
# The "development version" of Django
-django_next_version = '4.0'
+django_next_version = '4.1'
extlinks = {
'bpo': ('https://bugs.python.org/issue%s', 'bpo-'),