We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2056f9b commit f029faeCopy full SHA for f029fae
3 files changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
Versions from 0.40 and up
4
5
-## Ongoing
+## v0.64.1
6
7
- Line-up coordinator code with Core PR [#165936](https://github.com/home-assistant/core/pull/165936)
8
custom_components/plugwise/manifest.json
@@ -8,6 +8,6 @@
"iot_class": "local_polling",
9
"loggers": ["plugwise"],
10
"requirements": ["plugwise==1.11.3"],
11
- "version": "0.64.0",
+ "version": "0.64.1",
12
"zeroconf": ["_plugwise._tcp.local."]
13
}
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "plugwise-beta"
-version = "0.64.0"
+version = "0.64.1"
description = "Plugwise beta custom-component"
readme = "README.md"
requires-python = ">=3.14"
0 commit comments