Skip to content

Commit

Permalink
Releasing 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Oct 22, 2021
1 parent f61784d commit 0f3ad84
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.2
--------------
- Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.

Version 2.10.1
--------------
- Fixed bug with UriConnection not handling amqps:// properly.
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.2
--------------
- Fixed bad socket fd causing high cpu usage [#110] - Thanks aiden0z.

Version 2.10.1
--------------
- Fixed bug with UriConnection not handling amqps:// properly.
Expand Down
2 changes: 1 addition & 1 deletion amqpstorm/__init__.py
@@ -1,5 +1,5 @@
"""AMQPStorm."""
__version__ = '2.10.1' # noqa
__version__ = '2.10.2' # noqa
__author__ = 'eandersson' # noqa

import logging
Expand Down

0 comments on commit 0f3ad84

Please sign in to comment.