From e6e9e50e58e09755521904c5e0d4da07bf2dbe1a Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sat, 2 Oct 2021 00:00:06 +0000 Subject: [PATCH] feat: bump release level to production/stable --- .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 1130b3c..b836a25 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -3,7 +3,7 @@ "name_pretty": "Google Cloud Common", "client_documentation": "https://googleapis.dev/python/common/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-cloud-common", diff --git a/README.rst b/README.rst index be93738..cf4bc3f 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,14 @@ Python Client for Google Cloud Common ===================================== -|beta| |pypi| |versions| +|ga| |pypi| |versions| This package contains generated Python types for `google.cloud.common`. - `Client Library Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-common.svg :target: https://pypi.org/project/google-cloud-common/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-common.svg diff --git a/setup.py b/setup.py index 1c6715f..1fe1262 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-common" description = "Google Cloud Common client library" version = "0.1.0" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-cloud-common" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x