Skip to content

Commit

Permalink
uzsu: bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Dec 3, 2024
1 parent e71299b commit 31ac401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uzsu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down
2 changes: 1 addition & 1 deletion uzsu/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31ac401

Please sign in to comment.