Skip to content

Commit

Permalink
Releasing 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Nov 20, 2021
1 parent 7074ae1 commit 972c34d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,10 @@
Changelog
=========

Version 2.10.4
--------------
- Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd Höhl.

Version 2.10.3
--------------
- Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -20,6 +20,10 @@ Additional documentation is available on `amqpstorm.io <https://www.amqpstorm.io
Changelog
=========

Version 2.10.4
--------------
- Fixed issue with a forcefully closed channel not sending the appropriate response [#114] - Thanks Bernd Höhl.

Version 2.10.3
--------------
- Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.
Expand Down
2 changes: 1 addition & 1 deletion amqpstorm/__init__.py
@@ -1,5 +1,5 @@
"""AMQPStorm."""
__version__ = '2.10.3' # noqa
__version__ = '2.10.4' # noqa
__author__ = 'eandersson' # noqa

import logging
Expand Down

0 comments on commit 972c34d

Please sign in to comment.