From f2e9402ccc91141f3c158458bcfaa98f592d0b63 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 12:37:15 -0400 Subject: [PATCH] chore(v1): release 1.31.6 (#390) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ google/api_core/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0507590..4a73af3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ [1]: https://pypi.org/project/google-api-core/#history +### [1.31.6](https://github.com/googleapis/python-api-core/compare/v1.31.5...v1.31.6) (2022-05-27) + + +### Bug Fixes + +* **deps:** require protobuf>= 3.12.0, <4.0.0dev ([#387](https://github.com/googleapis/python-api-core/issues/387)) ([0c908b0](https://github.com/googleapis/python-api-core/commit/0c908b05db8a370b763d03e164c2079b0fe4781f)) + + +### Miscellaneous Chores + +* release as 1.31.6 ([#389](https://github.com/googleapis/python-api-core/issues/389)) ([dbbd3ce](https://github.com/googleapis/python-api-core/commit/dbbd3ce344f3e024c0bac0872f500c0b14b7a3a2)) + ### [1.31.5](https://www.github.com/googleapis/python-api-core/compare/v1.31.4...v1.31.5) (2021-12-15) diff --git a/google/api_core/version.py b/google/api_core/version.py index 25a80527..678ded5b 100644 --- a/google/api_core/version.py +++ b/google/api_core/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.31.5" +__version__ = "1.31.6"