Skip to content

Commit 972c34d

Browse files
author
Erik Olof Gunnar Andersson
committed
Releasing 2.10.4
1 parent 7074ae1 commit 972c34d

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
Version 2.10.4
5+
--------------
6+
- Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd Höhl.
7+
48
Version 2.10.3
59
--------------
610
- Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Additional documentation is available on `amqpstorm.io <https://www.amqpstorm.io
2020
Changelog
2121
=========
2222

23+
Version 2.10.4
24+
--------------
25+
- Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd Höhl.
26+
2327
Version 2.10.3
2428
--------------
2529
- Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.

amqpstorm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""AMQPStorm."""
2-
__version__ = '2.10.3' # noqa
2+
__version__ = '2.10.4' # noqa
33
__author__ = 'eandersson' # noqa
44

55
import logging

0 commit comments

Comments
 (0)