From e08f4a6adef6f00164ae970212efbf4104a6000a Mon Sep 17 00:00:00 2001 From: Andrew Davison Date: Wed, 1 Jul 2020 11:49:56 +0200 Subject: [PATCH] Update version number in docs --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 904b362..c1bafc1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ # General information about the project. project = u'HBP Validation Framework - Python Client' -copyright = u'2017, Andrew Davison and Shailesh Appukuttan' +copyright = u'2017-2020, Andrew Davison and Shailesh Appukuttan' author = u'Andrew Davison and Shailesh Appukuttan' # The version info for the project you're documenting, acts as replacement for @@ -65,7 +65,7 @@ # The short X.Y version. version = u'0.5' # The full version, including alpha/beta/rc tags. -release = u'0.5.6' +release = u'0.5.28' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.