From a1058e8d7cf60e774c4d3fd0b9be79493e94e322 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 19 Sep 2015 20:23:47 -0400 Subject: Bumped version; master is now 1.10 pre-alpha. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 10caf0ce8a..6373577756 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ copyright = 'Django Software Foundation and contributors' # built documents. # # The short X.Y version. -version = '1.9' +version = '1.10' # The full version, including alpha/beta/rc tags. try: from django import VERSION, get_version @@ -87,7 +87,7 @@ else: release = django_release() # The "development version" of Django -django_next_version = '1.9' +django_next_version = '1.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.3