This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree 3 files changed +29
-2
lines changed
3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ 1.0.1
6
+ =====
7
+
8
+ Bug fixes
9
+ ---------
10
+
11
+ * Fix an issue where messages replayed from datagrepper always failed signature
12
+ validation despite having valid signatures
13
+ (`#477 <https://github.com/fedora-infra/fedmsg/pull/477 >`_).
14
+
15
+ * Fix a Python 3 incompatibility where the downloading the certificate revocation
16
+ list crashed when attempting to write the file
17
+ (`#478 <https://github.com/fedora-infra/fedmsg/pull/478 >`_).
18
+
19
+
20
+ Development improvements
21
+ ------------------------
22
+
23
+ * Several loggers now use their full module path as their logger name rather
24
+ than just "fedmsg" (`#479 <https://github.com/fedora-infra/fedmsg/pull/479 >`_).
25
+
26
+ Many thanks to all our contributors for this release:
27
+
28
+ * Jeremy Cline
29
+ * Chaitanya Kukde
30
+
31
+
5
32
1.0.0
6
33
=====
7
34
Original file line number Diff line number Diff line change 66
66
# The short X.Y version.
67
67
version = u'1.0'
68
68
# The full version, including alpha/beta/rc tags.
69
- release = u'1.0.0 '
69
+ release = u'1.0.1 '
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.0.0 ' ,
108
+ version = '1.0.1 ' ,
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