From 60d1e7276c0a81deb3fd8a10eb8e8ba3965764c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 4 Mar 2022 10:49:26 +0100 Subject: [PATCH] Prep for v2.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- CHANGELOG.rst | 39 +++++++++++++++++++++++++++++++++++++++ docs/conf.py | 6 +++--- python-fmn.spec | 2 +- setup.py | 2 +- 4 files changed, 44 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 152b79ccf..5ebe8a863 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,45 @@ Changelog ========= +v2.3.0 +====== + +Bug fixes +--------- + +* Remove links to old website + (`#337 `_). +* Remove the archived repositories from documentation + (`#338 `_). + +Developer Improvements +---------------------- + +* Update vagrant to F34 + (`#328 `_). +* Migrate to Zuul CI + (`#330 `_). +* Add diff-cover + (`#333 `_). +* Use fasjson library + (`#332 `_). +* Fix CI tests + (`#335 `_). +* Add ReadTheDocs configuration file + (`#339 `_). + +v2.2.3 +====== + +Bug fixes +--------- + +* Fix config accessor for fasjson + (`#323 `_). + +* Actually use the datanommer.enabled config flag + (`#324 `_). + v2.2.2 ====== diff --git a/docs/conf.py b/docs/conf.py index 3ce4a813b..fbef614bf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ # General information about the project. project = 'FMN' -copyright = '2021, Red Hat, Inc. and others' +copyright = '2022, Red Hat, Inc. and others' author = 'Red Hat, Inc. and others' # The version info for the project you're documenting, acts as replacement for @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = '2.2' +version = '2.3' # The full version, including alpha/beta/rc tags. -release = '2.2.3' +release = '2.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/python-fmn.spec b/python-fmn.spec index 58ece3b51..3b5b7c91e 100644 --- a/python-fmn.spec +++ b/python-fmn.spec @@ -5,7 +5,7 @@ %global with_docs 0 Name: python-%{srcname} -Version: 2.2.3 +Version: 2.3.0 Release: 1%{?dist} Summary: A system for generic fedmsg-driven notifications for end users diff --git a/setup.py b/setup.py index 2a3f24999..76e026c2f 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def get_requirements(filename='requirements.txt'): setup( name='fmn', - version='2.2.3', + version='2.3.0', description='Library for fedmsg Notifications', long_description=get_description(), author='Fedora Infrastructure Team',