From db87283eb9d1a7f79057a0890ae66d1914bcc2c7 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Wed, 24 Sep 2025 17:46:39 +0200 Subject: [PATCH 1/3] v0.46.1 release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f385a3e2d..d06b34220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Ongoing +## v0.46.1 - 2025-09-25 - PR [337](https://github.com/plugwise/python-plugwise-usb/pull/337): Improve node removal, remove and reset the node as executed by Source, and remove the cache-file. - PR [342](https://github.com/plugwise/python-plugwise-usb/pull/342): Improve node_type chaching. From 30a0a08573c789e670ad6ecf257ee95d5692c0a6 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Wed, 24 Sep 2025 17:51:39 +0200 Subject: [PATCH 2/3] CHANGELOG: fix spelling --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06b34220..e7273f586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## v0.46.1 - 2025-09-25 - PR [337](https://github.com/plugwise/python-plugwise-usb/pull/337): Improve node removal, remove and reset the node as executed by Source, and remove the cache-file. -- PR [342](https://github.com/plugwise/python-plugwise-usb/pull/342): Improve node_type chaching. +- PR [342](https://github.com/plugwise/python-plugwise-usb/pull/342): Improve node_type caching. - PR [343](https://github.com/plugwise/python-plugwise-usb/pull/343): Improve writing of cache-files. - PR [344](https://github.com/plugwise/python-plugwise-usb/pull/344): Don't store plus-device in nodetypes cache. - PR [348](https://github.com/plugwise/python-plugwise-usb/pull/348): Fix broken auto-joining. From b1ea532d8b241ee9602591b643387a57bc5b93e7 Mon Sep 17 00:00:00 2001 From: Bouwe Westerdijk Date: Wed, 24 Sep 2025 17:55:46 +0200 Subject: [PATCH 3/3] Also update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2db8aace..a46a3a4ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "plugwise_usb" -version = "0.46.1a2" +version = "0.46.1" license = "MIT" keywords = ["home", "automation", "plugwise", "module", "usb"] classifiers = [