From a6dfa99ea8971338ccacbb975b59dfe2b45aff29 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 23 Jun 2019 13:00:27 +0200 Subject: [PATCH] Update version in documentation --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b545f06..d734bf7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,14 +46,14 @@ master_doc = 'index' # General information about the project. project = u'Debian Member Portfolio Service' -copyright = u'2009-2015, Jan Dittberner' +copyright = u'2009-2019, Jan Dittberner' # 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.4.2' +version = '0.6.3' # The full version, including alpha/beta/rc tags. release = version