From 6badb2b6bb48485aaf3130ec7c1a27ebfb579104 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Wed, 1 Mar 2017 15:15:03 +0100 Subject: [PATCH] Prepare release v0.3.0 Signed-off-by: Christian Heimes --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 353103c..c58ad42 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.dev1' +release = '0.3.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 a1efee5..94740c7 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ name='custodia', description='A service to manage, retrieve and store secrets', long_description=long_description, - version='0.3.dev1', + version='0.3.0', license='GPLv3+', maintainer='Custodia project Contributors', maintainer_email='simo@redhat.com',