From 9ad957fc4f20ad3ab55a243659e06398bd36e5ed Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:26:44 -0400 Subject: [PATCH] chore(main): release 1.3.1 (#165) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a07df2..2fd3ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.1](https://github.com/googleapis/python-api-gateway/compare/v1.3.0...v1.3.1) (2022-08-11) + + +### Bug Fixes + +* **deps:** allow protobuf < 5.0.0 ([#164](https://github.com/googleapis/python-api-gateway/issues/164)) ([4953359](https://github.com/googleapis/python-api-gateway/commit/4953359f8112aef3073086a746c973999a1d08b4)) +* **deps:** require proto-plus >= 1.22.0 ([4953359](https://github.com/googleapis/python-api-gateway/commit/4953359f8112aef3073086a746c973999a1d08b4)) + ## [1.3.0](https://github.com/googleapis/python-api-gateway/compare/v1.2.2...v1.3.0) (2022-07-16) diff --git a/setup.py b/setup.py index 0fc016e..7e97776 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import setuptools # type: ignore name = "google-cloud-api-gateway" -version = "1.3.0" +version = "1.3.1" description = "API Gateway client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-api-gateway"