From 542a6335595c8c01c91fcf6f0b03f973257c55c2 Mon Sep 17 00:00:00 2001 From: David Zingg Date: Wed, 1 Jul 2020 21:33:26 +0200 Subject: [PATCH] #24 API Token Support --- .idea/workspace.xml | 18 +++++++++--------- setup.py | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 67370ed..2a0af5c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,7 +2,7 @@ - + diff --git a/setup.py b/setup.py index 6b7970b..704ca33 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_package = "octoprint_mystromswitch" plugin_name = "OctoPrint-MyStromSwitch" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.0.4" +plugin_version = "1.1.0" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module