From 366df25778ac1c74b7b003514bf19b1ce4e10e92 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 22 Sep 2017 12:21:21 -0400 Subject: [PATCH] [2.0.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 2344e71dcf..3eafe8ca87 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -95,7 +95,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '2.0' +django_next_version = '2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.