diff --git a/docs/changelog.rst b/docs/changelog.rst index 7c50b3a..e71233c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,12 +1,14 @@ Changelog --------- -0.7.2 +0.7.3 ..... * fix deliver message client method to raise TimeoutError (`#40 `_) * fix topic filter matching in broker (`#41 `_) +Version 0.7.2 has been jumped due to troubles with pypi... + 0.7.1 ..... diff --git a/hbmqtt/__init__.py b/hbmqtt/__init__.py index 9622c6c..7677170 100644 --- a/hbmqtt/__init__.py +++ b/hbmqtt/__init__.py @@ -2,4 +2,4 @@ # # See the file license.txt for copying permission. -VERSION = (0, 7, 2, 'final', 0) +VERSION = (0, 7, 3, 'final', 0)