diff --git a/.repo-metadata.json b/.repo-metadata.json index 4f8bb64..0a2144a 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/filestore/", "client_documentation": "https://googleapis.dev/python/file/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-filestore", diff --git a/README.rst b/README.rst index 5099914..ae32235 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Filestore =========================== -|beta| |pypi| |versions| +|ga| |pypi| |versions| `Filestore`_: instances are fully managed NFS file servers on Google Cloud for use with applications running on Compute Engine virtual machines (VMs) instances or Google Kubernetes Engine clusters. @@ -9,7 +9,7 @@ running on Compute Engine virtual machines (VMs) instances or Google Kubernetes - `Client Library Documentation`_ - `Product Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-gold.svg +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-filestore.svg :target: https://pypi.org/project/google-cloud-filestore/ diff --git a/setup.py b/setup.py index 1038ea8..15db400 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-filestore" description = "Filestore API client library" version = "0.2.1" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-filestore" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x