Skip to content

Commit a69c3f9

Browse files
authored
Merge pull request #622 from plugwise/pw_0_37_3
Collected updates
2 parents bee833c + b8acd97 commit a69c3f9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Versions from 0.40 and up
44

5-
## ongoing
5+
## v0.48.2
66

7+
- Bugfix for #620 via [plugwise v0.37.3](https://github.com/plugwise/python-plugwise/releases/tag/v0.37.3)
78
- Require python 3.12 (as Core 2024.2 already does)
9+
- Link to plugwise v0.37.2 via [plugwise v0.37.1](https://github.com/plugwise/python-plugwise/releases/tag/v0.37.2)
10+
- Replace many recurring text-strings by CONSTANTS.
811

912
## v0.48.1
1013

custom_components/plugwise/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"integration_type": "hub",
99
"iot_class": "local_polling",
1010
"loggers": ["plugwise"],
11-
"requirements": ["plugwise==0.37.2"],
12-
"version": "0.48.1"
11+
"requirements": ["plugwise==0.37.3"],
12+
"version": "0.48.2"
1313
}

0 commit comments

Comments
 (0)