From bc00404b8262579e25bdc0111412af265bd1995f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 2 Nov 2021 14:58:33 +0000 Subject: [PATCH] chore: release 1.4.1 (#131) :robot: I have created a release \*beep\* \*boop\* --- ### [1.4.1](https://www.github.com/googleapis/python-billing/compare/v1.4.0...v1.4.1) (2021-11-01) ### Bug Fixes * **deps:** drop packaging dependency ([11ee1bf](https://www.github.com/googleapis/python-billing/commit/11ee1bfd84cfddcdc60ee2500273f5016919eba1)) * **deps:** require google-api-core >= 1.28.0 ([11ee1bf](https://www.github.com/googleapis/python-billing/commit/11ee1bfd84cfddcdc60ee2500273f5016919eba1)) ### Documentation * list oneofs in docstring ([11ee1bf](https://www.github.com/googleapis/python-billing/commit/11ee1bfd84cfddcdc60ee2500273f5016919eba1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- packages/google-cloud-billing/CHANGELOG.md | 13 +++++++++++++ packages/google-cloud-billing/setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-billing/CHANGELOG.md b/packages/google-cloud-billing/CHANGELOG.md index 5d816e4b443a..057340f2f3be 100644 --- a/packages/google-cloud-billing/CHANGELOG.md +++ b/packages/google-cloud-billing/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [1.4.1](https://www.github.com/googleapis/python-billing/compare/v1.4.0...v1.4.1) (2021-11-01) + + +### Bug Fixes + +* **deps:** drop packaging dependency ([11ee1bf](https://www.github.com/googleapis/python-billing/commit/11ee1bfd84cfddcdc60ee2500273f5016919eba1)) +* **deps:** require google-api-core >= 1.28.0 ([11ee1bf](https://www.github.com/googleapis/python-billing/commit/11ee1bfd84cfddcdc60ee2500273f5016919eba1)) + + +### Documentation + +* list oneofs in docstring ([11ee1bf](https://www.github.com/googleapis/python-billing/commit/11ee1bfd84cfddcdc60ee2500273f5016919eba1)) + ## [1.4.0](https://www.github.com/googleapis/python-billing/compare/v1.3.4...v1.4.0) (2021-10-11) diff --git a/packages/google-cloud-billing/setup.py b/packages/google-cloud-billing/setup.py index 3b54a4e308a0..e2995a9ff752 100644 --- a/packages/google-cloud-billing/setup.py +++ b/packages/google-cloud-billing/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "1.4.0" +version = "1.4.1" package_root = os.path.abspath(os.path.dirname(__file__))