summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-22 12:21:21 -0400
committerTim Graham <timograham@gmail.com>2017-09-22 12:21:21 -0400
commit366df25778ac1c74b7b003514bf19b1ce4e10e92 (patch)
treeae682309ed0160ccceb7597a478bb324d3170fe8
parent01d440fa1e6b5c62acfa8b3fde43dfa1505f93c6 (diff)
[2.0.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 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.