diff --git a/uzsu/__init__.py b/uzsu/__init__.py index 348206544..1748a505d 100755 --- a/uzsu/__init__.py +++ b/uzsu/__init__.py @@ -101,7 +101,7 @@ class UZSU(SmartPlugin): ALLOW_MULTIINSTANCE = False - PLUGIN_VERSION = "2.0.2" # item buffer for all uzsu enabled items + PLUGIN_VERSION = "2.1.0" # item buffer for all uzsu enabled items def __init__(self, smarthome): """ diff --git a/uzsu/plugin.yaml b/uzsu/plugin.yaml index f03cf0f8a..251ea7d90 100755 --- a/uzsu/plugin.yaml +++ b/uzsu/plugin.yaml @@ -24,7 +24,7 @@ plugin: keywords: scheduler uzsu trigger series support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1364692-supportthread-für-uzsu-plugin - version: 2.0.2 # Plugin version + version: 2.1.0 # Plugin version sh_minversion: '1.6' # 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