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