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 36a7295 commit 7a88a14Copy full SHA for 7a88a14
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.16.1 (2023-05-10)
6
+### Fix
7
+* Connection timeouts ([`36a7295`](https://github.com/humbertogontijo/python-roborock/commit/36a7295ce878dd0649505dd4a5b5ad662f0655fd))
8
+
9
## v0.16.0 (2023-05-10)
10
### Feature
11
* Adding pcap file parser to cli ([`798287a`](https://github.com/humbertogontijo/python-roborock/commit/798287a5100a3e973524aae6dd9404c0af354c11))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.16.0"
+version = "0.16.1"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <[email protected]>"]
license = "GPL-3.0-only"
0 commit comments