From f452c0325c5f95fcfddb27a7f6b5756e574d786e Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 1 May 2026 14:09:36 +1000 Subject: [PATCH] Bump plugin creator version to 1.17.0 --- plugin_creator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_creator/__init__.py b/plugin_creator/__init__.py index 1f0465e..7e66d49 100644 --- a/plugin_creator/__init__.py +++ b/plugin_creator/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -PLUGIN_CREATOR_VERSION = "1.16.0" +PLUGIN_CREATOR_VERSION = "1.17.0"