From 4882921fb7f6172263d8c6512986dd18b93e7463 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 17 Jan 2019 13:22:00 +0100 Subject: [PATCH] [2.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 c720273531..5cbb2c56c8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,7 +97,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '2.2' +django_next_version = '3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.