From 92541c62257327764ca2074292281aa701c920b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 15 Jun 2022 12:49:02 +0200 Subject: [PATCH] Prep for v2.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- docs/conf.py | 4 ++-- python-fmn.spec | 7 ++++++- setup.py | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2d419c366..570bfe655 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = '2.3' +version = '2.4' # The full version, including alpha/beta/rc tags. -release = '2.3.0' +release = '2.4.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 133f607b4..963adda1d 100644 --- a/python-fmn.spec +++ b/python-fmn.spec @@ -5,7 +5,7 @@ %global with_docs 0 Name: python-%{srcname} -Version: 2.3.0 +Version: 2.4.0 Release: 1%{?dist} Summary: A system for generic fedmsg-driven notifications for end users @@ -160,6 +160,11 @@ rm -rf %{buildroot}%{_datadir}/%{srcname}/static/bootstrap %changelog +* Wed Jun 15 2022 Michal Konecny - 2.4.0-1 +- Update to 2.4.0 +- Cleanup of systemd units +- Make the FMN work in Fedora 36 + * Fri Mar 4 2022 Michal Konecny - 2.3.0-1 - Update to 2.3.0 - Remove links to old website diff --git a/setup.py b/setup.py index 76e026c2f..c10d372a6 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def get_requirements(filename='requirements.txt'): setup( name='fmn', - version='2.3.0', + version='2.4.0', description='Library for fedmsg Notifications', long_description=get_description(), author='Fedora Infrastructure Team',