Skip to content

Commit

Permalink
Bump python version number (bufbuild#501)
Browse files Browse the repository at this point in the history
Bump version number to drop ipaddress dependency.

bufbuild#479
Signed-off-by: Everton Moreth <[email protected]>
  • Loading branch information
emoreth authored Jul 28, 2021
1 parent 660c472 commit 59da36e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8
# protoc
ENV PROTOC_VER=3.15.5
ENV PROTOC_REL=protoc-"${PROTOC_VER}"-linux-x86_64.zip
RUN wget https://github.com/google/protobuf/releases/download/v"${PROTOC_VER}/${PROTOC_REL}" \
RUN wget https://github.com/protocolbuffers/protobuf/releases/download/v"${PROTOC_VER}/${PROTOC_REL}" \
&& unzip ${PROTOC_REL} -d protoc \
&& mv protoc /usr/local \
&& ln -s /usr/local/protoc/bin/protoc /usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = protoc-gen-validate
version = 0.4.1
version = 0.4.2
author = Envoyproxy
author_email = [email protected]
description = PGV for python via just-in-time code generation
Expand Down

0 comments on commit 59da36e

Please sign in to comment.