kopia lustrzana https://github.com/Yakifo/amqtt
bump version
rodzic
8e09e36858
commit
e368125049
|
@ -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
|
||||||
.....
|
.....
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Ładowanie…
Reference in New Issue