From 82d71cc3167602365753e42c385ca968178360fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 08:55:05 +0000 Subject: [PATCH] chore(master): release 2.25.0 --- .github/scripts/generate_plugin.py | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ plugin.py | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.github/scripts/generate_plugin.py b/.github/scripts/generate_plugin.py index fe052d0..421545d 100644 --- a/.github/scripts/generate_plugin.py +++ b/.github/scripts/generate_plugin.py @@ -3,7 +3,7 @@ SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) CORE_FILE = os.path.join(SCRIPT_DIR, '../../plugin_core.py') OUTPUT_FILE = os.path.join(SCRIPT_DIR, '../../plugin.py') -PLUGIN_VERSION = "2.24.4" # x-release-please-version +PLUGIN_VERSION = "2.25.0" # x-release-please-version RELEASE_VERSION_MARKER = "x-release-please-" + "version" def generate_plugin(): diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bd16fb8..7de9824 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.24.4" + ".": "2.25.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d90bcbc..38031d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.25.0](https://github.com/adrighem/PyPluginStore/compare/v2.24.4...v2.25.0) (2026-07-30) + + +### Features + +* **registry:** add ha-domoticz-sync ([12c8e70](https://github.com/adrighem/PyPluginStore/commit/12c8e701246c9ea06e8a3466541da313bf01bf54)) + + +### Bug Fixes + +* **ui:** highlight release updates ([8374b34](https://github.com/adrighem/PyPluginStore/commit/8374b34af72e3b155fe071c61de47eed36fe60c7)) + ## [2.24.4](https://github.com/adrighem/PyPluginStore/compare/v2.24.3...v2.24.4) (2026-07-28) diff --git a/plugin.py b/plugin.py index a04ead3..6482665 100644 --- a/plugin.py +++ b/plugin.py @@ -6,7 +6,7 @@ # """ - +

PyPluginStore


This plugin manages other Domoticz Python plugins.

@@ -37,7 +37,7 @@
""" -PYPLUGINSTORE_VERSION = "2.24.4" # x-release-please-version +PYPLUGINSTORE_VERSION = "2.25.0" # x-release-please-version