diff --git a/docs/changelog.rst b/docs/changelog.rst index c3c3579..22ea880 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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`. \ No newline at end of file +* Add command-line tools :doc:`references/hbmqtt`, :doc:`references/hbmqtt_pub` and :doc:`references/hbmqtt_sub`. diff --git a/pyproject.toml b/pyproject.toml index bc2ce96..28cf914 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"