Skip to content

Commit 86b96f9

Browse files
authored
Bump to 2.9 (#267)
1 parent fc77d47 commit 86b96f9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

mypy_protobuf/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from google.protobuf.internal.well_known_types import WKTBASES
2626
from . 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

run_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)