Skip to content

Commit 4eff265

Browse files
aidandjAidan Jensen
andauthored
Bump to 3.7.0 (#687)
Signed-off-by: Aidan Jensen <aidan.jensen@robust.ai> Co-authored-by: Aidan Jensen <aidan.jensen@robust.ai>
1 parent d4fdd2b commit 4eff265

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.7.0
22

33
- Mark top-level mangled identifiers as `TypeAlias`.
44
- Change the top-level mangling prefix from `global___` to `Global___` to respect

mypy_protobuf/main.py

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

2727
from . 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

run_test.sh

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

0 commit comments

Comments
 (0)