diff --git a/README.rst b/README.rst index 7188ea5a74c1..5104c9458191 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/billingbudgets/.repo-metadata.json b/billingbudgets/.repo-metadata.json index 895c1720ebbf..40fd90f82168 100644 --- a/billingbudgets/.repo-metadata.json +++ b/billingbudgets/.repo-metadata.json @@ -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", diff --git a/billingbudgets/CHANGELOG.md b/billingbudgets/CHANGELOG.md index 13de20320b60..12330bc55ae9 100644 --- a/billingbudgets/CHANGELOG.md +++ b/billingbudgets/CHANGELOG.md @@ -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 diff --git a/billingbudgets/setup.py b/billingbudgets/setup.py index 3e2adc62f33d..ec56b4976016 100644 --- a/billingbudgets/setup.py +++ b/billingbudgets/setup.py @@ -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"',