summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-12 11:40:57 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-05-12 11:40:57 +0200
commit90fa00fc475abd71bd838f9a827f9238e2de0a74 (patch)
tree444eff3929dfaa7141a0f21d35764eb0e78a3d74 /docs
parentd51e090db2110f016dbca1d794c0d379b3df551b (diff)
[3.1.x] Bumped django_next_version in docs config.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 316408dbf1..f5ca14148b 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.1'
+django_next_version = '3.2'
extlinks = {
'commit': ('https://github.com/django/django/commit/%s', ''),