Skip to content

Commit

Permalink
influxdb plugin: bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Oct 31, 2023
1 parent a01ec96 commit 8ee2abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion influxdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import requests

class InfluxDB(SmartPlugin):
PLUGIN_VERSION = "1.0.2"
PLUGIN_VERSION = "1.0.3"
ALLOW_MULTIINSTANCE = False

def __init__(self, smarthome):
Expand Down
2 changes: 1 addition & 1 deletion influxdb/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugin:
#documentation: https://www.smarthomeng.de/user/plugins/influxdb/user_doc.html
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1498207-support-thread-f%C3%BCr-influxdb-plugin

version: 1.0.2 # Plugin version
version: 1.0.3 # Plugin version
sh_minversion: 1.1 # 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 8ee2abc

Please sign in to comment.