diff --git a/docs/conf.py b/docs/conf.py index 6e83d304e..f15fbbbef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,7 +55,7 @@ # General information about the project. project = 'FMN' -copyright = '2022, Red Hat, Inc. and others' +copyright = '2023, Red Hat, Inc. and others' author = 'Red Hat, Inc. and others' # The version info for the project you're documenting, acts as replacement for @@ -65,7 +65,7 @@ # The short X.Y version. version = '2.4' # The full version, including alpha/beta/rc tags. -release = '2.4.2' +release = '2.4.3' # 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 1e2195625..463cc88d0 100644 --- a/python-fmn.spec +++ b/python-fmn.spec @@ -5,7 +5,7 @@ %global with_docs 0 Name: python-%{srcname} -Version: 2.4.2 +Version: 2.4.3 Release: 1%{?dist} Summary: A system for generic fedmsg-driven notifications for end users @@ -159,6 +159,9 @@ rm -rf %{buildroot}%{_datadir}/%{srcname}/static/bootstrap %changelog +* Thu May 18 2023 Michal Konecny - 2.4.3-1 +- Update to 2.4.3 + * Fri Oct 21 2022 Michal Konecny - 2.4.2-1 - Update to 2.4.2 diff --git a/setup.py b/setup.py index a61811546..f9c346f22 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def get_requirements(filename='requirements.txt'): setup( name='fmn', - version='2.4.2', + version='2.4.3', description='Library for fedmsg Notifications', long_description=get_description(), author='Fedora Infrastructure Team',