There was an error while loading. Please reload this page.
2 parents a69ef81 + b58432c commit c2e7fcfCopy full SHA for c2e7fcf
amqtt/__init__.py
@@ -1,3 +1,3 @@
1
# See the file license.txt for copying permission.
2
3
-__version__ = "0.10.0-alpha.4"
+__version__ = "0.10.0"
docs/changelog.rst
@@ -1,8 +1,8 @@
Changelog
---------
4
-0.10.0 - [2021-07-07]
5
----------------------
+0.10.0 - 2021-08-04
+-------------------
6
7
* first release under new package name: amqtt
8
* reworked unit tests
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"
0 commit comments