Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(billingbudgets): release 0.2.0 #9969

Merged
merged 2 commits into from
Dec 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,15 @@ against beta libraries are addressed with a higher priority.

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

- `Google Cloud Billing Budgets`_ (`Billing Budgets README`_, `Billing Budgets Documentation`_)
- `Google Cloud Firestore`_ (`Firestore README`_, `Firestore Documentation`_)
- `Google Cloud Video Intelligence`_ (`Video Intelligence README`_, `Video Intelligence Documentation`_)
- `Google Cloud Vision`_ (`Vision README`_, `Vision Documentation`_)

.. _Google Cloud Billing Budgets: https://pypi.org/project/google-cloud-billing-budgets/
.. _Billing Budgets README: https://github.com/googleapis/google-cloud-python/tree/master/billingbudgets
.. _Billing Budgets Documentation: https://googleapis.dev/python/billingbudgets/latest

.. _Google Cloud Firestore: https://pypi.org/project/google-cloud-firestore/
.. _Firestore README: https://github.com/googleapis/google-cloud-python/tree/master/firestore
.. _Firestore Documentation: https://googleapis.dev/python/firestore/latest
Expand Down
2 changes: 1 addition & 1 deletion billingbudgets/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/billing/docs/how-to/budget-api-overview",
"client_documentation": "https://googleapis.dev/python/billingbudgets/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559770",
"release_level": "alpha",
"release_level": "beta",
"language": "python",
"repo": "googleapis/google-cloud-python",
"distribution_name": "google-cloud-billing-budgets",
Expand Down
13 changes: 13 additions & 0 deletions billingbudgets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Changelog
## 0.2.0

12-12-2019 12:36 PST


### New Features
- Deprecate resource name helper methods (via synth). ([#9830](https://github.com/googleapis/google-cloud-python/pull/9830))

### Internal / Testing Changes
- Add 3.8 unit tests (via synth). ([#9933](https://github.com/googleapis/google-cloud-python/pull/9933))
- Remove TODOs in proto comments (via synth). ([#9912](https://github.com/googleapis/google-cloud-python/pull/9912))
- Add comments to proto files (via synth). ([#9854](https://github.com/googleapis/google-cloud-python/pull/9854))

## 0.1.0

11-15-2019 10:34 PST
Expand Down
4 changes: 2 additions & 2 deletions billingbudgets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

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