Skip to content

Commit d3ec95e

Browse files
committed
prep 3.8.0 release
Signed-off-by: Aidan Jensen <aidandj.github@gmail.com>
1 parent 7b20d4e commit d3ec95e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Upcoming
1+
## 3.8.0
22

33
- Drop support for `py_generic_services` as it was removed from the protobuf compiler starting in version 6.30
44
- https://protobuf.dev/news/2024-10-02/#rpc-service-interfaces

mypy_protobuf/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
from . import extensions_pb2
2929

30-
__version__ = "3.7.0"
30+
__version__ = "3.8.0"
3131

3232
# SourceCodeLocation is defined by `message Location` here
3333
# https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/descriptor.proto

run_test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ MYPY_PROTOBUF_VENV=venv_$PY_VER_MYPY_PROTOBUF
9393
source "$MYPY_PROTOBUF_VENV"/bin/activate
9494

9595
# Confirm version number
96-
test "$(protoc-gen-mypy -V)" = "mypy-protobuf 3.7.0"
97-
test "$(protoc-gen-mypy --version)" = "mypy-protobuf 3.7.0"
98-
test "$(protoc-gen-mypy_grpc -V)" = "mypy-protobuf 3.7.0"
99-
test "$(protoc-gen-mypy_grpc --version)" = "mypy-protobuf 3.7.0"
96+
test "$(protoc-gen-mypy -V)" = "mypy-protobuf 3.8.0"
97+
test "$(protoc-gen-mypy --version)" = "mypy-protobuf 3.8.0"
98+
test "$(protoc-gen-mypy_grpc -V)" = "mypy-protobuf 3.8.0"
99+
test "$(protoc-gen-mypy_grpc --version)" = "mypy-protobuf 3.8.0"
100100

101101
# Run mypy on mypy-protobuf internal code for developers to catch issues
102102
FILES="mypy_protobuf/main.py"

0 commit comments

Comments
 (0)