Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit e4fd7f2

Browse files
chore: release 1.2.0 (#96)
🤖 I have created a release \*beep\* \*boop\* --- ## [1.2.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.1.1...v1.2.0) (2021-05-17) ### Features * added support for configurable budget time period ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](45110a8)) * support self-signed JWT flow for service accounts ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](45110a8)) ### Bug Fixes * **deps:** add packaging requirement ([#93](https://www.github.com/googleapis/python-billingbudgets/issues/93)) ([cbc882c](https://www.github.com/googleapis/python-billingbudgets/commit/cbc882c3562d88b4563ae715b74379390ba41e1f)) * use correct retry deadlines ([#66](https://www.github.com/googleapis/python-billingbudgets/issues/66)) ([ebf04ba](https://www.github.com/googleapis/python-billingbudgets/commit/ebf04baa60cba88a556465b18fb5fc3a3ae9a0a0)) * add async client to %name_%version/init.py ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](45110a8)) ### Miscellaneous Chores * release 1.2.0 ([#95](https://www.github.com/googleapis/python-billingbudgets/issues/95)) ([be03be9](https://www.github.com/googleapis/python-billingbudgets/commit/be03be9af446c01ded9f7306eb376a73972de39e)) --- 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 be03be9 commit e4fd7f2

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
# Changelog
2+
## [1.2.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.1.1...v1.2.0) (2021-05-17)
3+
4+
### Features
5+
6+
* added support for configurable budget time period ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](https://github.com/googleapis/python-billingbudgets/commit/45110a819c79deea9232e1da4cd2c3714cc02b0a))
7+
* support self-signed JWT flow for service accounts ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](https://github.com/googleapis/python-billingbudgets/commit/45110a819c79deea9232e1da4cd2c3714cc02b0a))
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** add packaging requirement ([#93](https://www.github.com/googleapis/python-billingbudgets/issues/93)) ([cbc882c](https://www.github.com/googleapis/python-billingbudgets/commit/cbc882c3562d88b4563ae715b74379390ba41e1f))
13+
* use correct retry deadlines ([#66](https://www.github.com/googleapis/python-billingbudgets/issues/66)) ([ebf04ba](https://www.github.com/googleapis/python-billingbudgets/commit/ebf04baa60cba88a556465b18fb5fc3a3ae9a0a0))
14+
* add async client to %name_%version/init.py ([#91](https://www.github.com/googleapis/python-billingbudgets/issues/91)) ([45110a8](https://github.com/googleapis/python-billingbudgets/commit/45110a819c79deea9232e1da4cd2c3714cc02b0a))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* release 1.2.0 ([#95](https://www.github.com/googleapis/python-billingbudgets/issues/95)) ([be03be9](https://www.github.com/googleapis/python-billingbudgets/commit/be03be9af446c01ded9f7306eb376a73972de39e))
20+
221
### [1.1.1](https://www.github.com/googleapis/python-billingbudgets/compare/v1.1.0...v1.1.1) (2021-02-12)
322

423

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-billing-budgets"
2424
description = "Cloud Billing Budget API API client library"
25-
version = "1.1.1"
25+
version = "1.2.0"
2626
release_status = "Development Status :: 4 - Beta"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",

0 commit comments

Comments
 (0)