Skip to content

Commit d566c8d

Browse files
chore(main): release 1.20.5 (#316)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 060c4da commit d566c8d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/proto-plus/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [1.20.5](https://github.com/googleapis/proto-plus-python/compare/v1.20.4...v1.20.5) (2022-05-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** require google-api-core[grpc] >= 1.31.5 ([1d13c41](https://github.com/googleapis/proto-plus-python/commit/1d13c415df457a87153a6fca202003fa83e56093))
9+
* **deps:** require protobuf>= 3.15.0, <4.0.0dev ([#315](https://github.com/googleapis/proto-plus-python/issues/315)) ([1d13c41](https://github.com/googleapis/proto-plus-python/commit/1d13c415df457a87153a6fca202003fa83e56093))
10+
311
### [1.20.4](https://github.com/googleapis/proto-plus-python/compare/v1.20.3...v1.20.4) (2022-05-02)
412

513

packages/proto-plus/setup.py

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

1818
from setuptools import find_packages, setup
1919

20-
version = "1.20.4"
20+
version = "1.20.5"
2121

2222
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
2323

0 commit comments

Comments
 (0)