From 2b126530a671cf9a8ec6c88739e6677f1f9f7bd0 Mon Sep 17 00:00:00 2001 From: Gerardo Tauriello <gerardo.tauriello@unibas.ch> Date: Wed, 15 Jun 2016 17:20:32 +0200 Subject: [PATCH] minor doc update --- doc/conf.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py.in b/doc/conf.py.in index 1bb443cb..915bc9fa 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -59,7 +59,7 @@ master_doc = 'index' # General information about the project. project = u'ProMod3' -copyright = u'2016, Bienchen'# pylint: disable=redefined-builtin +copyright = u'2016, ProMod3 authors'# pylint: disable=redefined-builtin # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -68,7 +68,7 @@ copyright = u'2016, Bienchen'# pylint: disable=redefined-builtin # The short X.Y version. version = '@PROMOD3_VERSION_MAJOR@.@PROMOD3_VERSION_MINOR@' # The full version, including alpha/beta/rc tags. -release = '@PROMOD3_VERSION_PATCH@' +release = '@PROMOD3_VERSION_MAJOR@.@PROMOD3_VERSION_MINOR@.@PROMOD3_VERSION_PATCH@' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- GitLab