kopia lustrzana https://github.com/Yakifo/amqtt
release 0.10.0-beta
rodzic
3912564bf1
commit
7b2088bcd6
|
@ -1,8 +1,8 @@
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
0.11.0 unreleased
|
0.11.0-beta1 - 2023-02-09
|
||||||
-----------------
|
-------------------------
|
||||||
* removed hbmqtt compatibility, importing amqtt is now mandatory
|
* removed hbmqtt compatibility, importing amqtt is now mandatory
|
||||||
* removed loop parameter from all functions
|
* removed loop parameter from all functions
|
||||||
* Python 3.7 to 3.10 compatibility
|
* Python 3.7 to 3.10 compatibility
|
||||||
|
@ -93,4 +93,4 @@ Version 0.7.2 has been jumped due to troubles with pypi...
|
||||||
|
|
||||||
* Added compatibility with Python 3.5.
|
* Added compatibility with Python 3.5.
|
||||||
* Rewritten documentation.
|
* Rewritten documentation.
|
||||||
* Add command-line tools :doc:`references/hbmqtt`, :doc:`references/hbmqtt_pub` and :doc:`references/hbmqtt_sub`.
|
* Add command-line tools :doc:`references/hbmqtt`, :doc:`references/hbmqtt_pub` and :doc:`references/hbmqtt_sub`.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "amqtt"
|
name = "amqtt"
|
||||||
version = "0.10.0"
|
version = "0.11.0-beta1"
|
||||||
description = "MQTT client/broker using Python asyncio"
|
description = "MQTT client/broker using Python asyncio"
|
||||||
authors = ["aMQTT Contributers"]
|
authors = ["aMQTT Contributers"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Ładowanie…
Reference in New Issue