From 98db3c76fcdac76e2c6d770aaac5c711a91209f4 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Sat, 10 Apr 2021 17:08:22 +0200 Subject: [PATCH] [3.2.x] Bumped django_next_version in docs config. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-'),