Skip to content

Commit 0eb2017

Browse files
chore: release 1.2.0 (#51)
🤖 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).
1 parent cfd827d commit 0eb2017

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/google-cloud-billing/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.2.0](https://www.github.com/googleapis/python-billing/compare/v1.1.1...v1.2.0) (2021-05-28)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* support self-signed JWT flow for service accounts ([a2a6aaf](https://www.github.com/googleapis/python-billing/commit/a2a6aaf71864cd1a9e093fd77f6426e2a39ebe25))
10+
11+
12+
### Bug Fixes
13+
14+
* add async client to %name_%version/init.py ([a2a6aaf](https://www.github.com/googleapis/python-billing/commit/a2a6aaf71864cd1a9e093fd77f6426e2a39ebe25))
15+
* **deps:** add packaging requirement ([#75](https://www.github.com/googleapis/python-billing/issues/75)) ([73d8957](https://www.github.com/googleapis/python-billing/commit/73d895725d396d7f930c8259dfbec269897a5b62))
16+
317
### [1.1.1](https://www.github.com/googleapis/python-billing/compare/v1.1.0...v1.1.1) (2021-02-11)
418

519

packages/google-cloud-billing/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "1.1.1"
22+
version = "1.2.0"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)