From 4eb4453dac8cb5b5c06cf3e91129f8fc2f943936 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 17 Jan 2017 19:03:15 -0500 Subject: [PATCH] [1.11.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 5cba4e50ba..f1e1457a79 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 = '1.11' +django_next_version = '2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.