From 5d991eb808571ab463694ee1ec31b22c8b753c34 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 5 Nov 2018 16:14:47 +0100 Subject: [PATCH] Preparing release 0.6.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 0987d5d..25e9b23 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,7 +55,7 @@ # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6.dev1' +release = '0.6' # 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 8fc43b8..c0b3a95 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = 'jwcrypto', - version = '0.6.dev1', + version = '0.6.0', license = 'LGPLv3+', maintainer = 'JWCrypto Project Contributors', maintainer_email = 'simo@redhat.com',