diff --git a/byd_bat/__init__.py b/byd_bat/__init__.py index 577e56dcc..85b800889 100644 --- a/byd_bat/__init__.py +++ b/byd_bat/__init__.py @@ -71,6 +71,8 @@ # - Logdaten werden speziell fuer Visualisierung aufbereitet 'visu/...' # - Diverse Anpassungen in der Code-Struktur # +# V0.1.0 240113 - Release +# # ----------------------------------------------------------------------- # # Als Basis fuer die Implementierung wurde u.a. folgende Quelle verwendet: @@ -520,7 +522,7 @@ class properties and methods (class variables and class functions) are already available! """ - PLUGIN_VERSION = '0.0.8' + PLUGIN_VERSION = '0.1.0' ALLOW_MULTIINSTANCE = False def __init__(self,sh): diff --git a/byd_bat/plugin.yaml b/byd_bat/plugin.yaml index d7c5585ca..1f3191a1a 100644 --- a/byd_bat/plugin.yaml +++ b/byd_bat/plugin.yaml @@ -12,7 +12,7 @@ plugin: # documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1886748-support-thread-f%C3%BCr-das-byd-batterie-plugin - version: 0.0.8 # Plugin version (must match the version specified in __init__.py) + version: 0.1.0 # Plugin version (must match the version specified in __init__.py) sh_minversion: 1.9 # minimum shNG version to use this plugin # sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest) py_minversion: 3.9 # minimum Python version to use for this plugin