pull/8/head
Nicolas 2016-05-31 22:26:18 +02:00
rodzic 8e09e36858
commit e368125049
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -1,12 +1,14 @@
Changelog Changelog
--------- ---------
0.7.2 0.7.3
..... .....
* fix deliver message client method to raise TimeoutError (`#40 <https://github.com/beerfactory/hbmqtt/issues/40>`_) * fix deliver message client method to raise TimeoutError (`#40 <https://github.com/beerfactory/hbmqtt/issues/40>`_)
* fix topic filter matching in broker (`#41 <https://github.com/beerfactory/hbmqtt/issues/41>`_) * fix topic filter matching in broker (`#41 <https://github.com/beerfactory/hbmqtt/issues/41>`_)
Version 0.7.2 has been jumped due to troubles with pypi...
0.7.1 0.7.1
..... .....

Wyświetl plik

@ -2,4 +2,4 @@
# #
# See the file license.txt for copying permission. # See the file license.txt for copying permission.
VERSION = (0, 7, 2, 'final', 0) VERSION = (0, 7, 3, 'final', 0)