From 611cc44c909144aecad44f411e39de571bdf7c0d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 12:06:03 -0400 Subject: [PATCH] chore(main): release 1.7.3 (#218) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 577c1ed..3695efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.3](https://github.com/googleapis/python-billing/compare/v1.7.2...v1.7.3) (2022-10-07) + + +### Bug Fixes + +* **deps:** Allow protobuf 3.19.5 ([#217](https://github.com/googleapis/python-billing/issues/217)) ([d974efc](https://github.com/googleapis/python-billing/commit/d974efc71c363f39f3f850d1960b8ae41ab9b478)) + ## [1.7.2](https://github.com/googleapis/python-billing/compare/v1.7.1...v1.7.2) (2022-09-29) diff --git a/setup.py b/setup.py index b6d53f2..09df483 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore -version = "1.7.2" +version = "1.7.3" package_root = os.path.abspath(os.path.dirname(__file__))