File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11## Upcoming
22
3+ ## 2.9
4+
35- [ Rename master branch to main] ( https://github.com/github/renaming )
46- Make ` install_requires ` requirements for grpcio-tools and types-protobuf use >=
57
Original file line number Diff line number Diff line change 2525from google .protobuf .internal .well_known_types import WKTBASES
2626from . import extensions_pb2
2727
28- __version__ = "2.8 "
28+ __version__ = "2.9 "
2929
3030# SourceCodeLocation is defined by `message Location` here
3131# https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/descriptor.proto
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ MYPY_PROTOBUF_VENV=venv_$PY_VER_MYPY_PROTOBUF
7070 source $MYPY_PROTOBUF_VENV /bin/activate
7171
7272 # Confirm version number
73- test " $( protoc-gen-mypy -V) " = " mypy-protobuf 2.8 "
74- test " $( protoc-gen-mypy --version) " = " mypy-protobuf 2.8 "
73+ test " $( protoc-gen-mypy -V) " = " mypy-protobuf 2.9 "
74+ test " $( protoc-gen-mypy --version) " = " mypy-protobuf 2.9 "
7575
7676 # Run mypy on mypy-protobuf internal code for developers to catch issues
7777 FILES=" mypy_protobuf/main.py setup.py"
You can’t perform that action at this time.
0 commit comments