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 a9e12ca commit a3caa9bCopy full SHA for a3caa9b
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.39.1 (2024-01-24)
6
+
7
+### Fix
8
9
+* Remove problematic code ([#189](https://github.com/humbertogontijo/python-roborock/issues/189)) ([`a9e12ca`](https://github.com/humbertogontijo/python-roborock/commit/a9e12ca122b467d74e9cd29dc031802cf0f551bc))
10
11
## v0.39.0 (2024-01-03)
12
13
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.39.0"
+version = "0.39.1"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
license = "GPL-3.0-only"
0 commit comments