Merge pull request #71 from Yakifo/release-0.10.0

release 0.10.0
v0.10.x v0.10.0
Florian Ludwig 2021-08-04 11:13:09 +02:00 zatwierdzone przez GitHub
commit c2e7fcf2cb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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.
__version__ = "0.10.0-alpha.4"
__version__ = "0.10.0"

Wyświetl plik

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

Wyświetl plik

@ -1,6 +1,6 @@
[tool.poetry]
name = "amqtt"
version = "0.10.0-alpha.4"
version = "0.10.0"
description = "MQTT client/broker using Python asyncio"
authors = ["aMQTT Contributers"]
license = "MIT"