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 1ebfb35 commit 3e1cb35Copy full SHA for 3e1cb35
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.17.6 (2023-05-13)
6
+### Fix
7
+* Using cache only a single time ([`1ebfb35`](https://github.com/humbertogontijo/python-roborock/commit/1ebfb35b9fe9ec50d4abeb60c695d33a37818768))
8
+
9
## v0.17.5 (2023-05-12)
10
### Fix
11
* Adding log for local disconnection ([`3001798`](https://github.com/humbertogontijo/python-roborock/commit/300179839ec6a25e4ab8172f2c11e8beb0ff17ce))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.17.5"
+version = "0.17.6"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <[email protected]>"]
license = "GPL-3.0-only"
0 commit comments