We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585238e commit a5a37e3Copy full SHA for a5a37e3
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.6.12 (2023-04-19)
6
+### Fix
7
+* Removed enum type check ([#37](https://github.com/humbertogontijo/python-roborock/issues/37)) ([`585238e`](https://github.com/humbertogontijo/python-roborock/commit/585238e505e685e14d867b19819815e7c3e19634))
8
+
9
## v0.6.11 (2023-04-18)
10
### Fix
11
* Lint ([`b0d8996`](https://github.com/humbertogontijo/python-roborock/commit/b0d8996d46c2a52f87a8c01eb50fd6aa7bd98ed8))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.6.11"
+version = "0.6.12"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
license = "GPL-3.0-only"
0 commit comments