Skip to content

Commit c2e7fcf

Browse files
Merge pull request Yakifo#71 from Yakifo/release-0.10.0
release 0.10.0
2 parents a69ef81 + b58432c commit c2e7fcf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

amqtt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# See the file license.txt for copying permission.
22

3-
__version__ = "0.10.0-alpha.4"
3+
__version__ = "0.10.0"

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
---------
33

4-
0.10.0 - [2021-07-07]
5-
---------------------
4+
0.10.0 - 2021-08-04
5+
-------------------
66

77
* first release under new package name: amqtt
88
* reworked unit tests

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "amqtt"
3-
version = "0.10.0-alpha.4"
3+
version = "0.10.0"
44
description = "MQTT client/broker using Python asyncio"
55
authors = ["aMQTT Contributers"]
66
license = "MIT"

0 commit comments

Comments
 (0)