Skip to content

Commit 6c8e68e

Browse files
authored
chore(billingbudgets): release 0.2.0 (#9969)
1 parent 68ea700 commit 6c8e68e

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

packages/google-cloud-billing-budgets/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview",
55
"client_documentation": "https://googleapis.dev/python/billingbudgets/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559770",
7-
"release_level": "alpha",
7+
"release_level": "beta",
88
"language": "python",
99
"repo": "googleapis/google-cloud-python",
1010
"distribution_name": "google-cloud-billing-budgets",

packages/google-cloud-billing-budgets/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Changelog
2+
## 0.2.0
3+
4+
12-12-2019 12:36 PST
5+
6+
7+
### New Features
8+
- Deprecate resource name helper methods (via synth). ([#9830](https://github.com/googleapis/google-cloud-python/pull/9830))
9+
10+
### Internal / Testing Changes
11+
- Add 3.8 unit tests (via synth). ([#9933](https://github.com/googleapis/google-cloud-python/pull/9933))
12+
- Remove TODOs in proto comments (via synth). ([#9912](https://github.com/googleapis/google-cloud-python/pull/9912))
13+
- Add comments to proto files (via synth). ([#9854](https://github.com/googleapis/google-cloud-python/pull/9854))
14+
215
## 0.1.0
316

417
11-15-2019 10:34 PST

packages/google-cloud-billing-budgets/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
name = "google-cloud-billing-budgets"
2424
description = "Cloud Billing Budget API API client library"
25-
version = "0.1.0"
26-
release_status = "Development Status :: 3 - Alpha"
25+
version = "0.2.0"
26+
release_status = "Development Status :: 3 - Beta"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
2929
'enum34; python_version < "3.4"',

0 commit comments

Comments
 (0)