We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a6cc4 commit 8437fcbCopy full SHA for 8437fcb
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.7.3 (2023-04-25)
6
+### Fix
7
+* Added missing docks ([#40](https://github.com/humbertogontijo/python-roborock/issues/40)) ([`65a6cc4`](https://github.com/humbertogontijo/python-roborock/commit/65a6cc4fd19a30bc78f2c34b407d3d88e3aac2b1))
8
+
9
## v0.7.2 (2023-04-25)
10
### Fix
11
* Command prefixes ([`e792728`](https://github.com/humbertogontijo/python-roborock/commit/e7927288cc3059a1eced1a65b31f84190718aaf2))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.7.2"
+version = "0.7.3"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
license = "GPL-3.0-only"
0 commit comments