Skip to content

Commit

Permalink
Prepare for 1.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konečný <[email protected]>
  • Loading branch information
Zlopez committed Feb 23, 2023
1 parent 5bd669f commit d60992b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

v1.1.4
======

Developer improvements
----------------------

* Fix all tests to make the rpm build work
(`#535 <https://github.com/fedora-infra/fedmsg/pull/535>`_)

* Remove m2crypto - it wasn't possible to build m2ext with newer OpenSSL
(`#535 <https://github.com/fedora-infra/fedmsg/pull/535>`_)

v1.1.3
======

Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

setup(
name='fedmsg',
version='1.1.3',
version='1.1.4',
description="Fedora Messaging Client API",
long_description=long_description,
author='Ralph Bean',
Expand All @@ -116,8 +116,9 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: System :: Networking',
],
install_requires=install_requires,
Expand Down

0 comments on commit d60992b

Please sign in to comment.