Skip to content

Commit

Permalink
bump up version (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifkhan authored Oct 27, 2022
1 parent 831d933 commit 13ddcbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

1.6.3 (2022-10-27)
+++++++++++++++++++

- Publish 3.11 wheels

1.6.2 (2022-10-27)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion uamqp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
pass # Async not supported.


__version__ = "1.6.2"
__version__ = "1.6.3"


_logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 13ddcbe

Please sign in to comment.