From 122eb1cd4331e54420e04057803171d5635127f7 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 21:57:52 +0000 Subject: [PATCH] chore(main): release 1.5.3 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98709aa..66403b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.3](https://github.com/googleapis/python-service-control/compare/v1.5.2...v1.5.3) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#176](https://github.com/googleapis/python-service-control/issues/176)) ([dd6d7b9](https://github.com/googleapis/python-service-control/commit/dd6d7b951158269328f46a653d5cd9a6739e7acb)) + ## [1.5.2](https://github.com/googleapis/python-service-control/compare/v1.5.1...v1.5.2) (2022-10-03) diff --git a/setup.py b/setup.py index b3947a2..c0f44f2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import setuptools # type: ignore name = "google-cloud-service-control" -version = "1.5.2" +version = "1.5.3" description = "Service Control API client library" release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-service-control"