From 1ab415be9e26690f8bac7ab76c69a03a6cf5b2af Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Sat, 10 Apr 2021 17:08:22 +0200 Subject: [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-'), -- cgit v1.2.1