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 f351078..662f0ee 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-common" description = "Google Cloud Common client library" version = "0.2.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