Skip to content

Commit 57fd73f

Browse files
committed
Releasing 2.10.3
1 parent dfe4050 commit 57fd73f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

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

4+
Version 2.10.3
5+
--------------
6+
- Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.
7+
48
Version 2.10.2
59
--------------
610
- Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.
@@ -48,7 +52,7 @@ Version 2.8.1
4852
Version 2.8.0
4953
-------------
5054
- Introduced a new channel function called check_for_exceptions.
51-
- Fixed issue where a publish was successful but raised an error because connection was closed [#80] - Thanks Pavol Plaskoň.
55+
- Fixed issue where a publish was successful but raised an error because connection was closed [#80] - Thanks Pavol Plaskon.
5256
- Updated TLS handling to use the non-deprecated way of creating a TLS Connection [#79] - Thanks Carl Hörberg from CloudAMQP.
5357
- Enabled SNI for TLS connections by default [#79] - Thanks Carl Hörberg from CloudAMQP.
5458

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.3
24+
--------------
25+
- Fixed install bug with cp1250 encoding on Windows [#112] - Thanks ZygusPatryk.
26+
2327
Version 2.10.2
2428
--------------
2529
- Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.

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.2' # noqa
2+
__version__ = '2.10.3' # noqa
33
__author__ = 'eandersson' # noqa
44

55
import logging

0 commit comments

Comments
 (0)