summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-09-21 09:52:54 -0400
committerTim Graham <timograham@gmail.com>2017-09-22 12:51:17 -0400
commit92fad87958763a649c698cf28b99ec2c4a2fd109 (patch)
tree0b1b541fa9f4ac1625cb6b00f3a4c05b2178fe97 /docs
parent559040f3d3552870cf010b5d10779ab30913d854 (diff)
Bumped version; master is now 2.1 pre-alpha.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2344e71dcf..2bd56466cb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -79,7 +79,7 @@ copyright = 'Django Software Foundation and contributors'
# built documents.
#
# The short X.Y version.
-version = '2.0'
+version = '2.1'
# The full version, including alpha/beta/rc tags.
try:
from django import VERSION, get_version
@@ -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.