We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9653c50 commit c0436a7Copy full SHA for c0436a7
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.18.10 (2023-05-30)
6
+### Fix
7
+* Dict with enum instead of value ([`9653c50`](https://github.com/humbertogontijo/python-roborock/commit/9653c50f31b03ce2d3d21e2042d5c194924f4aca))
8
+
9
## v0.18.9 (2023-05-28)
10
### Fix
11
* Mqtt reconnections ([`462d4e4`](https://github.com/humbertogontijo/python-roborock/commit/462d4e4a30372c143c9198c7008808ca11800af5))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.18.9"
+version = "0.18.10"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <[email protected]>"]
license = "GPL-3.0-only"
0 commit comments