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 e5d71d8 commit 1555314Copy full SHA for 1555314
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.10.3 (2023-05-04)
6
+### Fix
7
+* Port already in use ([`e5d71d8`](https://github.com/humbertogontijo/python-roborock/commit/e5d71d88f5144c172482cd6ee71d9a5b01dbbe3f))
8
+
9
## v0.10.2 (2023-05-03)
10
### Fix
11
* Test errors ([`6a46515`](https://github.com/humbertogontijo/python-roborock/commit/6a465157bbf6fa15bc578a1c4b1dffa17a694a92))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.10.2"
+version = "0.10.3"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
license = "GPL-3.0-only"
0 commit comments