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
@ -93,4 +93,4 @@ Version 0.7.2 has been jumped due to troubles with pypi...
* Added compatibility with Python 3.5.
* 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`.

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"