From 5e5af4e24cee95d30d3c0e7ef05b596a9dd447b7 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 17 Jan 2023 17:40:39 +1300 Subject: [PATCH] protoc-gen-mavsdk: bump version to 1.1.1 This mainly changes the max protobuf version to 3.20.1 which should fix the versioning nightmare with docs. Signed-off-by: Julian Oes --- pb_plugins/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb_plugins/setup.py b/pb_plugins/setup.py index b77b344f9..5790f9c7c 100644 --- a/pb_plugins/setup.py +++ b/pb_plugins/setup.py @@ -28,7 +28,7 @@ def parse_requirements(filename): setup( name="protoc-gen-mavsdk", - version="1.1.0", + version="1.1.1", description="Protoc plugin used to generate MAVSDK bindings", url="https://github.com/mavlink/MAVSDK-Proto", maintainer="Jonas Vautherin, Julian Oes",