From 67934f7cb52c4bb629815afb82f3453a98e3c679 Mon Sep 17 00:00:00 2001 From: David Zingg Date: Sat, 29 Aug 2020 16:45:01 +0200 Subject: [PATCH] #21 Only check shutdown command defined if Raspberry Pi needs to shutdown --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0438785..f3158ec 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.2.0" +plugin_version = "1.2.1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module