Skip to content

Commit ac6d445

Browse files
chore(master): release 2.5.1
1 parent 80853e1 commit ac6d445

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/scripts/generate_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def generate_plugin():
1414
1515
1616
"""
17-
<plugin key="PP-MANAGER" name="PyPluginStore" author="adrighem" version="2.5.0" externallink="https://www.domoticz.com/forum/viewtopic.php?f=65&t=22339"> <!-- x-release-please-version -->
17+
<plugin key="PP-MANAGER" name="PyPluginStore" author="adrighem" version="2.5.1" externallink="https://www.domoticz.com/forum/viewtopic.php?f=65&t=22339"> <!-- x-release-please-version -->
1818
<description>
1919
<h2>PyPluginStore</h2><br/>
2020
This plugin manages other Domoticz Python plugins.<br/><br/>

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.0"
2+
".": "2.5.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.5.1](https://github.com/adrighem/PyPluginStore/compare/v2.5.0...v2.5.1) (2026-06-14)
4+
5+
6+
### Bug Fixes
7+
8+
* harden plugin scanner registry updates ([80853e1](https://github.com/adrighem/PyPluginStore/commit/80853e1931c05ba5b01f327d7e87ad4b355e42b2))
9+
310
## [2.5.0](https://github.com/adrighem/PyPluginStore/compare/v2.4.0...v2.5.0) (2026-06-07)
411

512

plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
"""
10-
<plugin key="PP-MANAGER" name="PyPluginStore" author="adrighem" version="2.5.0" externallink="https://www.domoticz.com/forum/viewtopic.php?f=65&t=22339"> <!-- x-release-please-version -->
10+
<plugin key="PP-MANAGER" name="PyPluginStore" author="adrighem" version="2.5.1" externallink="https://www.domoticz.com/forum/viewtopic.php?f=65&t=22339"> <!-- x-release-please-version -->
1111
<description>
1212
<h2>PyPluginStore</h2><br/>
1313
This plugin manages other Domoticz Python plugins.<br/><br/>

0 commit comments

Comments
 (0)