Skip to content

Commit

Permalink
Releasing 2.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Jan 2, 2023
1 parent 8ba7dd8 commit b7773b0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,10 @@
Changelog
=========

Version 2.10.6
--------------
- Fixed deprecated warning when using Python 3.11.

Version 2.10.5
--------------
- Added support for bulk removing users with the Management Api.
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.6
--------------
- Fixed deprecated warning when using Python 3.11.

Version 2.10.5
--------------
- Added support for bulk removing users using the Management Api.
Expand Down
2 changes: 1 addition & 1 deletion amqpstorm/__init__.py
@@ -1,5 +1,5 @@
"""AMQPStorm."""
__version__ = '2.10.5' # noqa
__version__ = '2.10.6' # noqa
__author__ = 'eandersson' # noqa

import logging
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -53,6 +53,8 @@ def get_version(rel_path):
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Communications',
Expand Down

0 comments on commit b7773b0

Please sign in to comment.