diff --git a/.repo-metadata.json b/.repo-metadata.json index 6bbfca8..8a69dd8 100644 --- a/.repo-metadata.json +++ b/.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": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-billingbudgets", diff --git a/CHANGELOG.md b/CHANGELOG.md index faead23..e50d4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## [1.4.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.3.0...v1.4.0) (2021-07-12) + + +### Features + +* bump release level to production/stable ([#97](https://www.github.com/googleapis/python-billingbudgets/issues/97)) ([7a7080f](https://www.github.com/googleapis/python-billingbudgets/commit/7a7080fa3a50d4bf211123bfabc7cbf47946474b)) + ## [1.3.0](https://www.github.com/googleapis/python-billingbudgets/compare/v1.2.0...v1.3.0) (2021-06-30) diff --git a/README.rst b/README.rst index cc58c5a..2ad34ab 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Billing Budget API ===================================================== -|beta| |pypi| |versions| +|GA| |pypi| |versions| `Cloud Billing Budget API`_: The Cloud Billing Budget API stores Cloud Billing budgets, which define a budget plan and the rules to execute as spend is tracked against that @@ -10,8 +10,8 @@ plan. - `Client Library Documentation`_ - `Product Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support +.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-billing-budgets.svg :target: https://pypi.org/project/google-cloud-billing-budgets .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-billing-budgets.svg diff --git a/setup.py b/setup.py index a3be920..40ab4a3 100644 --- a/setup.py +++ b/setup.py @@ -22,8 +22,8 @@ name = "google-cloud-billing-budgets" description = "Cloud Billing Budget API API client library" -version = "1.3.0" -release_status = "Development Status :: 4 - Beta" +version = "1.4.0" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.26.0, <2.0.0dev", "proto-plus >= 1.10.0",