Skip to content

Commit 206e291

Browse files
committed
Releasing 2.10.8
1 parent 84dd100 commit 206e291

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

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.8
5+
--------------
6+
- Fixed bug with multi-threaded basic.consume not always being threadsafe [#132] - Thanks mic1on.
7+
48
Version 2.10.7
59
--------------
610
- Fixed bug with heartbeat interval on the client not sent frequently enough [#127] - Thanks Ivan Héda.

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.8
24+
--------------
25+
- Fixed bug with multi-threaded basic.consume not always being threadsafe [#132] - Thanks mic1on.
26+
2327
Version 2.10.7
2428
--------------
2529
- Fixed bug with heartbeat interval on the client not sent frequently enough [#127] - Thanks Ivan Héda.

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

55
import logging

0 commit comments

Comments
 (0)