Skip to content

Commit 2af76ca

Browse files
committed
Bump to v0.58.0 release-version
1 parent ac5909c commit 2af76ca

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
Versions from 0.40 and up
44

5-
## Ongoing
5+
## v0.58.0
66

77
- Fix mypy errors in Core (not accepted in HA Core)
88
- Introduce Snapshot testing for all platforms (requirement from HA Core)
9+
- New Feature: add initial support for the Emma via plugwise [v1.8.0](https://github.com/plugwise/python-plugwise/releases/tag/v1.8.0)
910

1011
## v0.57.6
1112

custom_components/plugwise/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"iot_class": "local_polling",
99
"loggers": ["plugwise"],
1010
"requirements": ["plugwise==1.8.0"],
11-
"version": "0.57.6",
11+
"version": "0.58.0",
1212
"zeroconf": ["_plugwise._tcp.local."]
1313
}

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-beta"
3-
version = "0.57.6"
3+
version = "0.58.0"
44
description = "Plugwise beta custom-component"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)