From 90fa00fc475abd71bd838f9a827f9238e2de0a74 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 12 May 2020 11:40:57 +0200 Subject: [PATCH] [3.1.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 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', ''),