release 0.10.0-beta

pull/114/head
Florian Ludwig 2023-02-09 13:56:57 +01:00
rodzic 3912564bf1
commit 7b2088bcd6
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1,8 +1,8 @@
Changelog
---------
0.11.0 unreleased
-----------------
0.11.0-beta1 - 2023-02-09
-------------------------
* removed hbmqtt compatibility, importing amqtt is now mandatory
* removed loop parameter from all functions
* Python 3.7 to 3.10 compatibility

Wyświetl plik

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