From 488b26a9a3998abda7c8f30ed7606018c8fb473f Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Fri, 29 Apr 2022 16:51:50 +0200 Subject: [PATCH] release 0.10.1 --- docs/changelog.rst | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 24fe97d5..9b225384 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog --------- + +0.10.1 - 2022-04-29 +------------------- + * Fixed a major bug in plugin api, see https://github.com/Yakifo/amqtt/pull/92 + 0.10.0 - 2021-08-04 ------------------- diff --git a/pyproject.toml b/pyproject.toml index 3a23ee36..344641c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amqtt" -version = "0.10.0" +version = "0.10.1" description = "MQTT client/broker using Python asyncio" authors = ["aMQTT Contributers"] license = "MIT"