From ce655570ca4a8bafc93d55401b3e4ae47a747afb Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 18 May 2021 12:48:05 -0400 Subject: [PATCH] feat: bump release level to production/stable (#25) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #24 🦕 --- .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 f52180c..3ddf725 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/", "client_documentation": "https://googleapis.dev/python/servicecontrol/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-service-control", diff --git a/README.rst b/README.rst index 854fc8f..57b9b7e 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Service Control ================================= -|beta| |pypi| |versions| +|GA| |pypi| |versions| `Service Control`_: Service Infrastructure is a foundational platform for creating, managing, securing, and consuming APIs and services across @@ -13,8 +13,8 @@ auditing, rate limiting, analytics, billing, logging, and monitoring. - `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-service-control.svg :target: https://pypi.org/project/google-cloud-service-control/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-service-control.svg diff --git a/setup.py b/setup.py index f644ec5..26614ee 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-service-control" version = "0.1.0" description = "Service Control API client library" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-service-control" dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev",