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 ed7db1f commit 4ed02e8Copy full SHA for 4ed02e8
CHANGELOG.md
@@ -1,6 +1,15 @@
1
# CHANGELOG
2
3
4
+## v2.9.7 (2025-01-28)
5
+
6
+### Bug Fixes
7
8
+- Never create a new asyncio loop
9
+ ([#310](https://github.com/Python-roborock/python-roborock/pull/310),
10
+ [`ed7db1f`](https://github.com/Python-roborock/python-roborock/commit/ed7db1f09f379f509a38a61a445fb2c41b384f25))
11
12
13
## v2.9.6 (2025-01-26)
14
15
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-roborock"
-version = "2.9.6"
+version = "2.9.7"
description = "A package to control Roborock vacuums."
authors = ["humbertogontijo <humbertogontijo@users.noreply.github.com>"]
license = "GPL-3.0-only"
0 commit comments