pull/71/head
Florian Ludwig 2021-07-31 19:36:48 +02:00
rodzic 3db7c9a350
commit 1fbdaf0ca5
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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"

Wyświetl plik

@ -1,8 +1,8 @@
Changelog Changelog
--------- ---------
0.10.0 - [unreleased] 0.10.0 - 2021-07-31
--------------------- -------------------
* first release under new package name: amqtt * first release under new package name: amqtt
* reworked unit tests * reworked unit tests

Wyświetl plik

@ -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"