From d39b83916e39c527f814c0919b8bbb4f9cac8b13 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sat, 31 Jul 2021 09:13:28 +0000 Subject: [PATCH] feat: bump release level to production/stable --- .repo-metadata.json | 2 +- README.rst | 6 +++--- docs/README.rst | 6 +++--- setup.py | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 4710f8d..1a09a28 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/vpc/", "client_documentation": "https://googleapis.dev/python/vpcaccess/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-vpc-access", diff --git a/README.rst b/README.rst index a44b2fd..0b944dc 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Virtual Private Cloud ======================================= -|beta| |pypi| |versions| +|ga| |pypi| |versions| `Google Cloud Virtual Private Cloud (VPC)`_: provides networking functionality to Compute Engine virtual machine (VM) instances, Google Kubernetes Engine (GKE) containers, and the App Engine @@ -11,8 +11,8 @@ and flexible. - `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#ga-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-vpc-access.svg :target: https://pypi.org/project/google-cloud-vpc-access/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-vpc-access.svg diff --git a/docs/README.rst b/docs/README.rst index a44b2fd..0b944dc 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -1,7 +1,7 @@ Python Client for Virtual Private Cloud ======================================= -|beta| |pypi| |versions| +|ga| |pypi| |versions| `Google Cloud Virtual Private Cloud (VPC)`_: provides networking functionality to Compute Engine virtual machine (VM) instances, Google Kubernetes Engine (GKE) containers, and the App Engine @@ -11,8 +11,8 @@ and flexible. - `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#ga-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-vpc-access.svg :target: https://pypi.org/project/google-cloud-vpc-access/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-vpc-access.svg diff --git a/setup.py b/setup.py index 76daf3b..f90f4c4 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-vpc-access" description = "Virtual Private Cloud 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-vpc-access" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x