From 4a291187878f7b13646c2e61a23f9e4931ea89fe Mon Sep 17 00:00:00 2001 From: Koen Van Daele Date: Wed, 19 Apr 2017 16:10:30 +0200 Subject: [PATCH] Bump versions --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 71df1d1..2313790 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,16 +48,16 @@ # General information about the project. project = u'CRABpy' -copyright = u'2013-2016, Flanders Heritage Agency' +copyright = u'2013-2017, Flanders Heritage Agency' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.7' +version = '0.8' # The full version, including alpha/beta/rc tags. -release = '0.7.1' +release = '0.8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -268,7 +268,7 @@ epub_title = u'CRABpy' epub_author = u'Flanders Heritage Agency' epub_publisher = u'Flanders Heritage Agency' -epub_copyright = u'2013, Flanders Heritage Agency' +epub_copyright = u'2013-2017, Flanders Heritage Agency' # The basename for the epub file. It defaults to the project name. #epub_basename = u'CRABpy'