From 07ab674c033f28f80a35ca106ec7a1f27def3973 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 17 May 2021 20:31:40 +0000 Subject: [PATCH 1/2] Replace alpha with GA --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 506ef9846..8aaeb9ea4 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,15 @@ Python Client for Compute Engine ================================================= -|alpha| |pypi| |versions| +|GA| |pypi| |versions| `Compute Engine API`_: Create and runs virtual machines on Google Cloud Platform. - `Client Library Documentation`_ - `Product Documentation`_ -.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-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-compute.svg :target: https://pypi.org/project/google-cloud-compute/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-compute.svg From ea1ae3890bbd2a003bf79abb0800db1b0dc7e981 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 17 May 2021 20:38:35 +0000 Subject: [PATCH 2/2] Replace alpha/beta with GA --- .repo-metadata.json | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index d40bc1e22..7ce239de7 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/compute/", "client_documentation": "https://googleapis.dev/python/compute/latest", "issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0", - "release_level": "alpha", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-compute", diff --git a/setup.py b/setup.py index 42e657386..50b873afb 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ ), python_requires=">=3.6", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6",