File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ## Upcoming
1+ ## 3.7.0
22
33- Mark top-level mangled identifiers as ` TypeAlias ` .
44- Change the top-level mangling prefix from ` global___ ` to ` Global___ ` to respect
Original file line number Diff line number Diff line change 2626
2727from . import extensions_pb2
2828
29- __version__ = "3.6 .0"
29+ __version__ = "3.7 .0"
3030
3131# SourceCodeLocation is defined by `message Location` here
3232# https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/descriptor.proto
Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ MYPY_PROTOBUF_VENV=venv_$PY_VER_MYPY_PROTOBUF
100100 source " $MYPY_PROTOBUF_VENV " /bin/activate
101101
102102 # Confirm version number
103- test " $( protoc-gen-mypy -V) " = " mypy-protobuf 3.6 .0"
104- test " $( protoc-gen-mypy --version) " = " mypy-protobuf 3.6 .0"
105- test " $( protoc-gen-mypy_grpc -V) " = " mypy-protobuf 3.6 .0"
106- test " $( protoc-gen-mypy_grpc --version) " = " mypy-protobuf 3.6 .0"
103+ test " $( protoc-gen-mypy -V) " = " mypy-protobuf 3.7 .0"
104+ test " $( protoc-gen-mypy --version) " = " mypy-protobuf 3.7 .0"
105+ test " $( protoc-gen-mypy_grpc -V) " = " mypy-protobuf 3.7 .0"
106+ test " $( protoc-gen-mypy_grpc --version) " = " mypy-protobuf 3.7 .0"
107107
108108 # Run mypy on mypy-protobuf internal code for developers to catch issues
109109 FILES=" mypy_protobuf/main.py"
You can’t perform that action at this time.
0 commit comments