We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e1f28 commit 809406bCopy full SHA for 809406b
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.23.5 (2023-06-08)
6
+### Fix
7
+* Issue building roborock message ([`89e1f28`](https://github.com/humbertogontijo/python-roborock/commit/89e1f28461baaf03029679aed5f91200bb7dac4e))
8
+
9
## v0.23.4 (2023-06-06)
10
### Fix
11
* Adding method parse_datetime_to_roborock_datetime ([`64c8159`](https://github.com/humbertogontijo/python-roborock/commit/64c8159a9695374a4b0599a317418949bdd8f3fe))
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "python-roborock"
-version = "0.23.4"
+version = "0.23.5"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
license = "GPL-3.0-only"
0 commit comments