Skip to content

Commit

Permalink
Prep for v2.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konečný <[email protected]>
  • Loading branch information
Zlopez committed Oct 21, 2022
1 parent 11051a8 commit 7bc765b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog
=========

v2.4.2
======

Bug fixes
---------

* Fixes for production environment
(`#619 <https://github.com/fedora-infra/fmn/pull/619>`_).

v2.4.1
======

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# The short X.Y version.
version = '2.4'
# The full version, including alpha/beta/rc tags.
release = '2.4.1'
release = '2.4.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 4 additions & 1 deletion python-fmn.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global with_docs 0

Name: python-%{srcname}
Version: 2.4.1
Version: 2.4.2
Release: 1%{?dist}
Summary: A system for generic fedmsg-driven notifications for end users

Expand Down Expand Up @@ -159,6 +159,9 @@ rm -rf %{buildroot}%{_datadir}/%{srcname}/static/bootstrap


%changelog
* Fri Oct 21 2022 Michal Konecny <[email protected]> - 2.4.2-1
- Update to 2.4.2

* Wed Jul 20 2022 Michal Konecny <[email protected]> - 2.4.1-1
- Update to 2.4.1
- Remove python3-fedora requirement
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_requirements(filename='requirements.txt'):

setup(
name='fmn',
version='2.4.1',
version='2.4.2',
description='Library for fedmsg Notifications',
long_description=get_description(),
author='Fedora Infrastructure Team',
Expand Down

0 comments on commit 7bc765b

Please sign in to comment.