kopia lustrzana https://github.com/Yakifo/amqtt
commit
c2e7fcf2cb
|
@ -1,3 +1,3 @@
|
||||||
# See the file license.txt for copying permission.
|
# See the file license.txt for copying permission.
|
||||||
|
|
||||||
__version__ = "0.10.0-alpha.4"
|
__version__ = "0.10.0"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
0.10.0 - [2021-07-07]
|
0.10.0 - 2021-08-04
|
||||||
---------------------
|
-------------------
|
||||||
|
|
||||||
* first release under new package name: amqtt
|
* first release under new package name: amqtt
|
||||||
* reworked unit tests
|
* reworked unit tests
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "amqtt"
|
name = "amqtt"
|
||||||
version = "0.10.0-alpha.4"
|
version = "0.10.0"
|
||||||
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