From 0eb20174f85e9a972775da1067514991ae763318 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:36:02 +0000 Subject: [PATCH] chore: release 1.2.0 (#51) :robot: I have created a release \*beep\* \*boop\* --- ## [1.2.0](https://www.github.com/googleapis/python-billing/compare/v1.1.1...v1.2.0) (2021-05-28) ### Features * add from_service_account_info factory and fix sphinx identifiers ([#42](https://www.github.com/googleapis/python-billing/issues/42)) ([95ba269](https://www.github.com/googleapis/python-billing/commit/95ba26961090dc76e75064cba10c21ca4897675e)) * support self-signed JWT flow for service accounts ([a2a6aaf](https://www.github.com/googleapis/python-billing/commit/a2a6aaf71864cd1a9e093fd77f6426e2a39ebe25)) ### Bug Fixes * add async client to %name_%version/init.py ([a2a6aaf](https://www.github.com/googleapis/python-billing/commit/a2a6aaf71864cd1a9e093fd77f6426e2a39ebe25)) * **deps:** add packaging requirement ([#75](https://www.github.com/googleapis/python-billing/issues/75)) ([73d8957](https://www.github.com/googleapis/python-billing/commit/73d895725d396d7f930c8259dfbec269897a5b62)) --- 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 | 14 ++++++++++++++ packages/google-cloud-billing/setup.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-billing/CHANGELOG.md b/packages/google-cloud-billing/CHANGELOG.md index 427764e84801..7059ee0b1d54 100644 --- a/packages/google-cloud-billing/CHANGELOG.md +++ b/packages/google-cloud-billing/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.0](https://www.github.com/googleapis/python-billing/compare/v1.1.1...v1.2.0) (2021-05-28) + + +### Features + +* add from_service_account_info factory and fix sphinx identifiers ([#42](https://www.github.com/googleapis/python-billing/issues/42)) ([95ba269](https://www.github.com/googleapis/python-billing/commit/95ba26961090dc76e75064cba10c21ca4897675e)) +* support self-signed JWT flow for service accounts ([a2a6aaf](https://www.github.com/googleapis/python-billing/commit/a2a6aaf71864cd1a9e093fd77f6426e2a39ebe25)) + + +### Bug Fixes + +* add async client to %name_%version/init.py ([a2a6aaf](https://www.github.com/googleapis/python-billing/commit/a2a6aaf71864cd1a9e093fd77f6426e2a39ebe25)) +* **deps:** add packaging requirement ([#75](https://www.github.com/googleapis/python-billing/issues/75)) ([73d8957](https://www.github.com/googleapis/python-billing/commit/73d895725d396d7f930c8259dfbec269897a5b62)) + ### [1.1.1](https://www.github.com/googleapis/python-billing/compare/v1.1.0...v1.1.1) (2021-02-11) diff --git a/packages/google-cloud-billing/setup.py b/packages/google-cloud-billing/setup.py index 0b83b7aa35a9..d8c2846fd03e 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.1.1" +version = "1.2.0" package_root = os.path.abspath(os.path.dirname(__file__))