Skip to content

Commit 6400030

Browse files
authored
Merge pull request #337 from plugwise/pw_us_47_1
Bugfix release v0.58.1
2 parents bb4f30d + 48f8b27 commit 6400030

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.58.1 - 2025-09-27
4+
5+
- Cache-related bugfix via plugwise_usb [v0.47.1](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.1)
6+
37
## v0.58.0 - 2025-09-26
48

59
- New Feature: implement energy device clock synchronization via plugwise_usb [v0.47.0](https://github.com/plugwise/python-plugwise-usb/releases/tag/v0.47.0)

custom_components/plugwise_usb/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"iot_class": "local_polling",
1010
"issue_tracker": "https://github.com/plugwise/python-plugwise-usb/issues",
1111
"loggers": ["plugwise_usb"],
12-
"requirements": ["plugwise-usb==0.47.0"],
13-
"version": "0.58.0"
12+
"requirements": ["plugwise-usb==0.47.1"],
13+
"version": "0.58.1"
1414
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plugwise_usb-beta"
3-
version = "0.58.0"
3+
version = "0.58.1"
44
description = "Plugwise USB custom_component (BETA)"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)