From e4a47d35e40c8a048e8b082fc49ba82a31c0c857 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 17:48:11 +0000 Subject: [PATCH] chore: release 1.5.1 (#155) :robot: I have created a release \*beep\* \*boop\* --- ### [1.5.1](https://www.github.com/googleapis/python-billingbudgets/compare/v1.5.0...v1.5.1) (2021-11-01) ### Bug Fixes * **deps:** drop packaging dependency ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37)) * **deps:** require google-api-core >= 1.28.0 ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37)) * fix extras_require typo in setup.py ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37)) ### Documentation * list oneofs in docstring ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 14 ++++++++++++++ setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee4721..1511927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ # Changelog +### [1.5.1](https://www.github.com/googleapis/python-billingbudgets/compare/v1.5.0...v1.5.1) (2021-11-01) + + +### Bug Fixes + +* **deps:** drop packaging dependency ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37)) +* **deps:** require google-api-core >= 1.28.0 ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37)) +* fix extras_require typo in setup.py ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37)) + + +### Documentation + +* list oneofs in docstring ([cfccdf0](https://www.github.com/googleapis/python-billingbudgets/commit/cfccdf02a3b0e9d3cdf59a053766963da8f7da37)) + ## [1.5.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.4.4...v1.5.0) (2021-10-11) diff --git a/setup.py b/setup.py index e2eb1c0..565e340 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-billing-budgets" description = "Cloud Billing Budget API API client library" -version = "1.5.0" +version = "1.5.1" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x