Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 15bb124

Browse files
committed
Bump to version 1.1.3
Signed-off-by: Michal Konečný <[email protected]>
1 parent 1530616 commit 15bb124

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

doc/changelog.rst

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22
Changelog
33
=========
44

5+
v1.1.3
6+
======
7+
8+
Bug fixes
9+
---------
10+
11+
* Fix the Invalid argument error
12+
(`#532 <https://github.com/fedora-infra/fedmsg/pull/532>`_).
13+
14+
* Update da.gd URL to HTTPS
15+
(`#528 <https://github.com/fedora-infra/fedmsg/pull/528>`_).
16+
17+
* Fix fedmsg-hub --with-consumers option
18+
(`#520 <https://github.com/fedora-infra/fedmsg/pull/520>`_)
19+
20+
* Require setuptools, fedmsg/meta/__init__.py imports pkg_resources
21+
(`#529 <https://github.com/fedora-infra/fedmsg/pull/529>`_)
22+
23+
* Fix compatiblity with Python 3.11+
24+
(`#530 <https://github.com/fedora-infra/fedmsg/pull/530>`_)
25+
26+
Developer improvements
27+
----------------------
28+
29+
* Fix docs and lint tests
30+
(`#533 <https://github.com/fedora-infra/fedmsg/pull/533>`_).
31+
32+
Many thanks to all our contributors for this release:
33+
34+
* larchunix
35+
* phuzion
36+
* Tomáš Hrnčiar
37+
* Miro Hrončok
38+
539
v1.1.2
640
======
741

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = u'1.1'
6868
# The full version, including alpha/beta/rc tags.
69-
release = u'1.1.2'
69+
release = u'1.1.3'
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
setup(
107107
name='fedmsg',
108-
version='1.1.2',
108+
version='1.1.3',
109109
description="Fedora Messaging Client API",
110110
long_description=long_description,
111111
author='Ralph Bean',

0 commit comments

Comments
 (0)