From e368125049050147e8fa06c095b942f3ea0cfa89 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 31 May 2016 22:26:18 +0200 Subject: [PATCH] bump version --- docs/changelog.rst | 4 +++- hbmqtt/__init__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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)