Skip to content

Commit

Permalink
[UAMQP] Release 1.6.5 Updates (#367)
Browse files Browse the repository at this point in the history
* bump up version

* update changelog
  • Loading branch information
kashifkhan authored Jul 12, 2023
1 parent b07e552 commit e506d70
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 @@ -2,6 +2,11 @@
Release History
===============
1.6.5 (2023-07-12)
+++++++++++++++++++

- Few more updates to submodules to support OpenSSL 3.0 compilation

1.6.4 (2023-02-09)
+++++++++++++++++++

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.4"
__version__ = "1.6.5"


_logger = logging.getLogger(__name__)
Expand Down

0 comments on commit e506d70

Please sign in to comment.