From fa273a98ed65e08d4656cd2219212139c144d518 Mon Sep 17 00:00:00 2001 From: Onkel Andy Date: Tue, 24 Oct 2023 23:44:50 +0200 Subject: [PATCH] blockly plugin: bump to version 1.5.0 --- blockly/__init__.py | 4 ++-- blockly/plugin.yaml | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/blockly/__init__.py b/blockly/__init__.py index b53ae2508..8840f2b2d 100755 --- a/blockly/__init__.py +++ b/blockly/__init__.py @@ -46,8 +46,8 @@ class Blockly(SmartPlugin): Main class of the Plugin. Does all plugin specific stuff and provides the update functions for the items """ - - PLUGIN_VERSION='1.4.0' + + PLUGIN_VERSION='1.5.0' def __init__(self, sh, *args, **kwargs): diff --git a/blockly/plugin.yaml b/blockly/plugin.yaml index 225aebf99..20a44e759 100755 --- a/blockly/plugin.yaml +++ b/blockly/plugin.yaml @@ -7,13 +7,13 @@ plugin: de: 'Blockly - graphischer Editor für Logiken - Noch in der Entwicklung, nicht für die Nutzung gedacht' en: 'Blockly - graphical editor for logics - Still in development, not for use' maintainer: msinn, psilo909 - tester: '?' + tester: onkelandy state: develop # keywords: iot xyz # documentation: https://github.com/smarthomeNG/plugins/blob/develop/mqtt/README.md # url of documentation (wiki) page # support: https://knx-user-forum.de/forum/supportforen/smarthome-py/959964-support-thread-für-das-backend-plugin - version: 1.4.0 # Plugin version + version: 1.5.0 # Plugin version sh_minversion: 1.4 # minimum shNG version to use this plugin # sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest) multi_instance: False # plugin supports multi instance @@ -42,4 +42,3 @@ logic_parameters: NONE plugin_functions: NONE # Definition of plugin functions defined by this plugin -