Skip to content

Commit

Permalink
Bump to version 1.1.3
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 14, 2023
1 parent 1530616 commit 15bb124
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@
Changelog
=========

v1.1.3
======

Bug fixes
---------

* Fix the Invalid argument error
(`#532 <https://github.com/fedora-infra/fedmsg/pull/532>`_).

* Update da.gd URL to HTTPS
(`#528 <https://github.com/fedora-infra/fedmsg/pull/528>`_).

* Fix fedmsg-hub --with-consumers option
(`#520 <https://github.com/fedora-infra/fedmsg/pull/520>`_)

* Require setuptools, fedmsg/meta/__init__.py imports pkg_resources
(`#529 <https://github.com/fedora-infra/fedmsg/pull/529>`_)

* Fix compatiblity with Python 3.11+
(`#530 <https://github.com/fedora-infra/fedmsg/pull/530>`_)

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

* Fix docs and lint tests
(`#533 <https://github.com/fedora-infra/fedmsg/pull/533>`_).

Many thanks to all our contributors for this release:

* larchunix
* phuzion
* Tomáš Hrnčiar
* Miro Hrončok

v1.1.2
======

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# The short X.Y version.
version = u'1.1'
# The full version, including alpha/beta/rc tags.
release = u'1.1.2'
release = u'1.1.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

setup(
name='fedmsg',
version='1.1.2',
version='1.1.3',
description="Fedora Messaging Client API",
long_description=long_description,
author='Ralph Bean',
Expand Down

0 comments on commit 15bb124

Please sign in to comment.