summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-17 19:03:15 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 19:03:15 -0500
commit4eb4453dac8cb5b5c06cf3e91129f8fc2f943936 (patch)
treeed1ca450535cfc993bf0e31b1ab8da9833d7d6fe
parent4054013e002aaed4efac8e2388fa3b694b61bac5 (diff)
[1.11.x] Bumped django_next_version in docs config.
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
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.