From 44c4dcc4cc454b329f1d5cfc53c91d9b69eecfbd Mon Sep 17 00:00:00 2001 From: maxv Date: Tue, 10 Nov 2015 20:30:55 +0100 Subject: [PATCH] version bump for automated generation of documentation --- Doc/docs/python/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/docs/python/source/conf.py b/Doc/docs/python/source/conf.py index b2527062..9f8d2620 100755 --- a/Doc/docs/python/source/conf.py +++ b/Doc/docs/python/source/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = '3.6' +version = '4.0' # The full version, including alpha/beta/rc tags. -release = '3.6' +release = '4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.