Fixed an issue preventing the grpc compiler version to be detected. release-10.1.6

Tue, 17 Oct 2023 11:29:49 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 17 Oct 2023 11:29:49 +0200
changeset 25
55f3e6aac88c
parent 24
ce893990553b
child 26
35f7cbb40a1f

Fixed an issue preventing the grpc compiler version to be detected.

PluginExtensionProtobuf.py file | annotate | diff | comparison | revisions
PluginExtensionProtobuf.zip file | annotate | diff | comparison | revisions
changelog.md file | annotate | diff | comparison | revisions
--- 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,
Binary file PluginExtensionProtobuf.zip has changed
--- a/changelog.md	Thu Jul 13 13:56:22 2023 +0200
+++ b/changelog.md	Tue Oct 17 11:29:49 2023 +0200
@@ -1,6 +1,10 @@
 ChangeLog
 ---------
 
+__Version 10.1.6__
+
+- bug fixes
+
 __Version 10.1.5__
 
 - bug fixes

eric ide

mercurial