Skip to content

Commit 3296a3a

Browse files
author
semantic-release
committed
3.7.4
Automatically generated by python-semantic-release
1 parent 86ec1a7 commit 3296a3a

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
<!-- version list -->
44

5+
## v3.7.4 (2025-11-15)
6+
7+
### Bug Fixes
8+
9+
- Update trait `refresh` method to return `None`
10+
([#586](https://github.com/Python-roborock/python-roborock/pull/586),
11+
[`86ec1a7`](https://github.com/Python-roborock/python-roborock/commit/86ec1a7377159ed9bdceb339804b61c73532f441))
12+
13+
### Chores
14+
15+
- Fix lint errors ([#586](https://github.com/Python-roborock/python-roborock/pull/586),
16+
[`86ec1a7`](https://github.com/Python-roborock/python-roborock/commit/86ec1a7377159ed9bdceb339804b61c73532f441))
17+
18+
- Remove unnecessary whitespace
19+
([#586](https://github.com/Python-roborock/python-roborock/pull/586),
20+
[`86ec1a7`](https://github.com/Python-roborock/python-roborock/commit/86ec1a7377159ed9bdceb339804b61c73532f441))
21+
22+
- Revert accidental CleanSummary changes
23+
([#586](https://github.com/Python-roborock/python-roborock/pull/586),
24+
[`86ec1a7`](https://github.com/Python-roborock/python-roborock/commit/86ec1a7377159ed9bdceb339804b61c73532f441))
25+
26+
- Revert unnecessary change to Clean Summary Trait
27+
([#586](https://github.com/Python-roborock/python-roborock/pull/586),
28+
[`86ec1a7`](https://github.com/Python-roborock/python-roborock/commit/86ec1a7377159ed9bdceb339804b61c73532f441))
29+
30+
531
## v3.7.3 (2025-11-14)
632

733
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-roborock"
3-
version = "3.7.3"
3+
version = "3.7.4"
44
description = "A package to control Roborock vacuums."
55
authors = [{ name = "humbertogontijo", email = "humbertogontijo@users.noreply.github.com" }, {name="Lash-L"}, {name="allenporter"}]
66
requires-python = ">=3.11, <4"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)