diff --git a/.github/scripts/generate_plugin.py b/.github/scripts/generate_plugin.py index fe052d0..efa00a7 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.24.5" # 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..ee45bca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.24.4" + ".": "2.24.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d90bcbc..d1ef1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.24.5](https://github.com/adrighem/PyPluginStore/compare/v2.24.4...v2.24.5) (2026-07-29) + + +### 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..5be5b74 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.24.5" # x-release-please-version