From 032c7c6b42981742b5c228e68aae2fb2f98da196 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Thu, 19 Sep 2013 22:34:26 +1000 Subject: [PATCH] Fix version in documentation for 1.1.1 release. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a32a84c..9a2a733 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2013, Graham Dumpleton' # built documents. # # The short X.Y version. -version = '1.2' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.2.0' +release = '1.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.