PluginExtensionProtobuf.py

changeset 25
55f3e6aac88c
parent 23
7bfac64d06ff
child 27
5e9a61e7d7d0
--- a/PluginExtensionProtobuf.py	Thu Jul 13 13:56:22 2023 +0200
+++ b/PluginExtensionProtobuf.py	Tue Oct 17 11:29:49 2023 +0200
@@ -23,7 +23,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "10.1.5"
+version = "10.1.6"
 className = "ProtobufExtensionPlugin"
 packageName = "ExtensionProtobuf"
 shortDescription = "Support for the development of Protobuf and gRPC projects"
@@ -78,7 +78,7 @@
             "exe": exe,
             "versionCommand": "--version",
             "versionStartsWith": "libprotoc",
-            "versionRe": "",
+            "versionRe": None,
             "versionPosition": -1,
             "version": "",
             "versionCleanup": None,
@@ -116,7 +116,7 @@
             "exe": interpreter,
             "versionCommand": "--version",
             "versionStartsWith": "libprotoc",
-            "versionRe": "",
+            "versionRe": None,
             "versionPosition": -1,
             "version": "",
             "versionCleanup": None,

eric ide

mercurial