Skip to content

Commit 488b26a

Browse files
committed
release 0.10.1
1 parent 7e0ef59 commit 488b26a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.rst

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

4+
5+
0.10.1 - 2022-04-29
6+
-------------------
7+
* Fixed a major bug in plugin api, see https://github.com/Yakifo/amqtt/pull/92
8+
49
0.10.0 - 2021-08-04
510
-------------------
611

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"
3+
version = "0.10.1"
44
description = "MQTT client/broker using Python asyncio"
55
authors = ["aMQTT Contributers"]
66
license = "MIT"

0 commit comments

Comments
 (0)