Skip to content

Commit

Permalink
Merge pull request #107 from eandersson/release/2.10.0
Browse files Browse the repository at this point in the history
Releasing 2.10.0
  • Loading branch information
eandersson committed Sep 7, 2021
2 parents be2f5ca + f54bfd2 commit eac9b95
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,13 @@
Changelog
=========

Version 2.10.0
-------------
- Added Pagination support to Management list calls (e.g. queues list).
- Added Filtering support to Management list calls.
- Re-use the requests sessions for Management calls.
- Updated to use pytest framework instead of nose for testing.

Version 2.9.0
-------------
- Added support for custom Message implementations - Thanks Jay Hogg.
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -20,6 +20,13 @@ Additional documentation is available on `amqpstorm.io <https://www.amqpstorm.io
Changelog
=========

Version 2.10.0
-------------
- Added Pagination support to Management list calls (e.g. queues list).
- Added Filtering support to Management list calls.
- Re-use the requests sessions for Management calls.
- Updated to use pytest framework instead of nose for testing.

Version 2.9.0
-------------
- Added support for custom Message implementations - Thanks Jay Hogg.
Expand Down
2 changes: 1 addition & 1 deletion amqpstorm/__init__.py
@@ -1,5 +1,5 @@
"""AMQPStorm."""
__version__ = '2.9.0' # noqa
__version__ = '2.10.0' # noqa
__author__ = 'eandersson' # noqa

import logging
Expand Down

0 comments on commit eac9b95

Please sign in to comment.