From 3a62a93f8dc5d36caf86b582dbd7036b72f37a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 20 Jul 2022 14:07:42 +0200 Subject: [PATCH] Prep for v2.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- CHANGELOG.rst | 9 +++++++++ docs/conf.py | 2 +- python-fmn.spec | 6 +++++- setup.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8092729ac..ae82ab94c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +v2.4.1 +====== + +Bug fixes +--------- + +* Remove old FAS calls from FMN + (`#357 `_). + v2.4.0 ====== diff --git a/docs/conf.py b/docs/conf.py index 570bfe655..5d71ea0bf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ # The short X.Y version. version = '2.4' # The full version, including alpha/beta/rc tags. -release = '2.4.0' +release = '2.4.1' # 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 d5f95f7a7..be8ccca6a 100644 --- a/python-fmn.spec +++ b/python-fmn.spec @@ -5,7 +5,7 @@ %global with_docs 0 Name: python-%{srcname} -Version: 2.4.0 +Version: 2.4.1 Release: 1%{?dist} Summary: A system for generic fedmsg-driven notifications for end users @@ -159,6 +159,10 @@ rm -rf %{buildroot}%{_datadir}/%{srcname}/static/bootstrap %changelog +* Wed Jul 20 2022 Michal Konecny - 2.4.1-1 +- Update to 2.4.1 +- Remove python3-fedora requirement + * Wed Jun 15 2022 Michal Konecny - 2.4.0-1 - Update to 2.4.0 - Cleanup of systemd units diff --git a/setup.py b/setup.py index c10d372a6..f89cc3ed5 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def get_requirements(filename='requirements.txt'): setup( name='fmn', - version='2.4.0', + version='2.4.1', description='Library for fedmsg Notifications', long_description=get_description(), author='Fedora Infrastructure Team',