Skip to content

Commit 52b54aa

Browse files
authored
chore(billingbudgets): release 0.2.0 (#9969)
1 parent 1e19f9b commit 52b54aa

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,15 @@ against beta libraries are addressed with a higher priority.
103103

104104
The following client libraries have **beta** support:
105105

106+
- `Google Cloud Billing Budgets`_ (`Billing Budgets README`_, `Billing Budgets Documentation`_)
106107
- `Google Cloud Firestore`_ (`Firestore README`_, `Firestore Documentation`_)
107108
- `Google Cloud Video Intelligence`_ (`Video Intelligence README`_, `Video Intelligence Documentation`_)
108109
- `Google Cloud Vision`_ (`Vision README`_, `Vision Documentation`_)
109110

111+
.. _Google Cloud Billing Budgets: https://pypi.org/project/google-cloud-billing-budgets/
112+
.. _Billing Budgets README: https://github.com/googleapis/google-cloud-python/tree/master/billingbudgets
113+
.. _Billing Budgets Documentation: https://googleapis.dev/python/billingbudgets/latest
114+
110115
.. _Google Cloud Firestore: https://pypi.org/project/google-cloud-firestore/
111116
.. _Firestore README: https://github.com/googleapis/google-cloud-python/tree/master/firestore
112117
.. _Firestore Documentation: https://googleapis.dev/python/firestore/latest

billingbudgets/.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",

billingbudgets/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

billingbudgets/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)