diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ea1995e..b36a63b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Versions from 0.40 and up -## Ongoing +## v0.62.1 - Implement Core PR's [#158901](https://github.com/home-assistant/core/pull/158901) and [#158094](https://github.com/home-assistant/core/pull/158094) diff --git a/custom_components/plugwise/manifest.json b/custom_components/plugwise/manifest.json index f765628df..027da8594 100644 --- a/custom_components/plugwise/manifest.json +++ b/custom_components/plugwise/manifest.json @@ -8,6 +8,6 @@ "iot_class": "local_polling", "loggers": ["plugwise"], "requirements": ["plugwise==1.11.0"], - "version": "0.62.0", + "version": "0.62.1", "zeroconf": ["_plugwise._tcp.local."] } diff --git a/pyproject.toml b/pyproject.toml index 7ba98f147..d125fcb03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plugwise-beta" -version = "0.62.0" +version = "0.62.1" description = "Plugwise beta custom-component" readme = "README.md" requires-python = ">=3.13"