From 7a7080fa3a50d4bf211123bfabc7cbf47946474b Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 12 Jul 2021 10:56:26 -0400 Subject: [PATCH] feat: bump release level to production/stable (#97) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #75 🦕 No need to bump the major version as this library is already at 1.x.x --- .repo-metadata.json | 2 +- README.rst | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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/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..4888be3 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-billing-budgets" description = "Cloud Billing Budget API API client library" version = "1.3.0" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.26.0, <2.0.0dev", "proto-plus >= 1.10.0",