From e59bfed2ebf6e122e464c56bfba55ab6cadfb6c2 Mon Sep 17 00:00:00 2001 From: Clement Chabert Date: Wed, 19 Jul 2017 16:36:40 +0200 Subject: [PATCH] Fix the version in the title for the 3.6 version --- toc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toc/source/conf.py b/toc/source/conf.py index ae62431..958eae9 100644 --- a/toc/source/conf.py +++ b/toc/source/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'1.0' +version = u'3.6' # The full version, including alpha/beta/rc tags. -release = u'1.0' +release = u'3.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.