From 1fbdaf0ca5a1be53b69eb09afea21a2d702c4d3a Mon Sep 17 00:00:00 2001 From: Florian Ludwig Date: Sat, 31 Jul 2021 19:36:48 +0200 Subject: [PATCH] release 0.10.0 --- amqtt/__init__.py | 2 +- docs/changelog.rst | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/amqtt/__init__.py b/amqtt/__init__.py index e0d16fbf..81e97d5e 100644 --- a/amqtt/__init__.py +++ b/amqtt/__init__.py @@ -1,3 +1,3 @@ # See the file license.txt for copying permission. -__version__ = "0.10.0-alpha.4" +__version__ = "0.10.0" diff --git a/docs/changelog.rst b/docs/changelog.rst index cd9b0fd2..f61655b3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog --------- -0.10.0 - [unreleased] ---------------------- +0.10.0 - 2021-07-31 +------------------- * first release under new package name: amqtt * reworked unit tests diff --git a/pyproject.toml b/pyproject.toml index 244b6612..c56f6378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"