File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
## Upcoming
2
2
3
+ ## 3.3.0
4
+
3
5
- Prefer (mypy_protobuf.options).casttype to (mypy_protobuf.casttype)
4
6
- Allows us to use a single extension number
5
7
- Applies to casttype,keytype,valuetype
Original file line number Diff line number Diff line change 24
24
from google .protobuf .internal .well_known_types import WKTBASES
25
25
from . import extensions_pb2
26
26
27
- __version__ = "3.2 .0"
27
+ __version__ = "3.3 .0"
28
28
29
29
# SourceCodeLocation is defined by `message Location` here
30
30
# https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/descriptor.proto
Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ MYPY_PROTOBUF_VENV=venv_$PY_VER_MYPY_PROTOBUF
93
93
source $MYPY_PROTOBUF_VENV /bin/activate
94
94
95
95
# Confirm version number
96
- test " $( protoc-gen-mypy -V) " = " mypy-protobuf 3.2 .0"
97
- test " $( protoc-gen-mypy --version) " = " mypy-protobuf 3.2 .0"
98
- test " $( protoc-gen-mypy_grpc -V) " = " mypy-protobuf 3.2 .0"
99
- test " $( protoc-gen-mypy_grpc --version) " = " mypy-protobuf 3.2 .0"
96
+ test " $( protoc-gen-mypy -V) " = " mypy-protobuf 3.3 .0"
97
+ test " $( protoc-gen-mypy --version) " = " mypy-protobuf 3.3 .0"
98
+ test " $( protoc-gen-mypy_grpc -V) " = " mypy-protobuf 3.3 .0"
99
+ test " $( protoc-gen-mypy_grpc --version) " = " mypy-protobuf 3.3 .0"
100
100
101
101
# Run mypy on mypy-protobuf internal code for developers to catch issues
102
102
FILES=" mypy_protobuf/main.py"
You can’t perform that action at this time.
0 commit comments