This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree 3 files changed +36
-2
lines changed
3 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
39
v1.1.2
6
40
======
7
41
Original file line number Diff line number Diff line change 66
66
# The short X.Y version.
67
67
version = u'1.1'
68
68
# The full version, including alpha/beta/rc tags.
69
- release = u'1.1.2 '
69
+ release = u'1.1.3 '
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change 105
105
106
106
setup (
107
107
name = 'fedmsg' ,
108
- version = '1.1.2 ' ,
108
+ version = '1.1.3 ' ,
109
109
description = "Fedora Messaging Client API" ,
110
110
long_description = long_description ,
111
111
author = 'Ralph Bean' ,
You can’t perform that action at this time.
0 commit comments