From fd6c72b646b7578448f2a3fe0123259b2d58871e Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 3 Jul 2021 11:29:09 +0200 Subject: [PATCH] Bump version --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d715c3e..f29c685 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,14 +40,14 @@ templates_path = ['_templates'] # General information about the project. project = 'Debian Member Portfolio Service' -copyright = '2009-2020, Jan Dittberner' +copyright = '2009-2021, 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.6.4' +version = '0.7.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 314736c..d47c728 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ except ImportError: setup( name='debianmemberportfolio', - version='0.6.4', + version='0.7.0', description='service to create Debian Member Portfolio URLs', long_description="""This is a service implementation that returns a set of personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It