File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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+
48Version 2.10.3
59--------------
610- Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Additional documentation is available on `amqpstorm.io <https://www.amqpstorm.io
2020Changelog
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+
2327Version 2.10.3
2428--------------
2529- Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.
Original file line number Diff line number Diff line change 11"""AMQPStorm."""
2- __version__ = '2.10.3 ' # noqa
2+ __version__ = '2.10.4 ' # noqa
33__author__ = 'eandersson' # noqa
44
55import logging
You can’t perform that action at this time.
0 commit comments