From 7b30a5284bc8595d276af1224a32ff7c7c28e765 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 3 Nov 2021 14:42:13 -0400 Subject: [PATCH] feat: bump release level to production/stable (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #6 🦕 Release-As: 1.0.0 --- .repo-metadata.json | 2 +- README.rst | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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