From 2e7d7099e21ae749189a20fc8f2a4886b63457c5 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 27 Oct 2016 17:55:59 +0200 Subject: [PATCH] Prepare release v0.2.0 Signed-off-by: Christian Heimes --- docs/source/conf.py | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2f62982..1438865 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,16 +51,16 @@ # General information about the project. project = u'Custodia' -copyright = u'2015, Custodia Contributors' +copyright = u'2016, Custodia Contributors' # 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.2' +version = '0.2.0' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 95f9c23..e9839d4 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ name='custodia', descricription='A service to manage, retrieve and store secrets', long_description=long_description, - version='0.2.dev1', + version='0.2.0', license='GPLv3+', maintainer='Custodia project Contributors', maintainer_email='simo@redhat.com',