From 0eadb82978e33261a4aa56b54a546d418658080a Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 2 Jun 2021 06:08:02 -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 fb2b109..5d51e09 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/api-gateway", "client_documentation": "https://googleapis.dev/python/apigateway/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-api-gateway", diff --git a/README.rst b/README.rst index 9639c7a..cd22ae8 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for API Gateway ============================= -|beta| |pypi| |versions| +|GA| |pypi| |versions| `API Gateway`_ allows you to create, secure, and monitor APIs for Google Cloud serverless back ends, including Cloud Functions, Cloud Run, and App Engine. @@ -12,8 +12,8 @@ means you can better manage cost. - `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-api-gateway.svg :target: https://pypi.org/project/google-cloud-api-gateway/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-api-gateway.svg diff --git a/setup.py b/setup.py index 13a8bc8..f9d44e8 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-api-gateway" version = "0.2.0" description = "API Gateway client library" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-api-gateway" dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev",