From 07667b06f212b135e92816691863eeb4fc39f98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 31 Mar 2023 13:41:29 +0200 Subject: [PATCH] Prepare for 1.1.7 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- doc/changelog.rst | 9 +++++++++ doc/conf.py | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index 807dbbd..fe96601 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -2,6 +2,15 @@ Changelog ========= +v1.1.7 +====== + +Developer improvements +---------------------- + +* Regenerate expired test cert and set the expiry to 10 years + (`#538 `_). + v1.1.6 ====== diff --git a/doc/conf.py b/doc/conf.py index 38d5482..b61131d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,7 +66,7 @@ # The short X.Y version. version = u'1.1' # The full version, including alpha/beta/rc tags. -release = u'1.1.3' +release = u'1.1.7' # 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 5fc0591..e095649 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ setup( name='fedmsg', - version='1.1.6', + version='1.1.7', description="Fedora Messaging Client API", long_description=long_description, author='Ralph Bean',