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