From f59a33f78ef576370baf08df130004eab0d52063 Mon Sep 17 00:00:00 2001 From: Onkel Andy Date: Tue, 30 Jul 2024 22:06:46 +0200 Subject: [PATCH] stateengine plugin: fix version --- stateengine/__init__.py | 2 +- stateengine/plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stateengine/__init__.py b/stateengine/__init__.py index 85b171e8d..bfa0c5c71 100755 --- a/stateengine/__init__.py +++ b/stateengine/__init__.py @@ -47,7 +47,7 @@ class StateEngine(SmartPlugin): - PLUGIN_VERSION = '2.1' + PLUGIN_VERSION = '2.1.0' # Constructor # noinspection PyUnusedLocal,PyMissingConstructor diff --git a/stateengine/plugin.yaml b/stateengine/plugin.yaml index c1f40d7b4..5897f722a 100755 --- a/stateengine/plugin.yaml +++ b/stateengine/plugin.yaml @@ -39,7 +39,7 @@ plugin: state: ready support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1303071-stateengine-plugin-support - version: 2.1 + version: '2.1.0' sh_minversion: '1.6' multi_instance: False classname: StateEngine