From dd8491996ef65ebb3a092c6f7fd19b27042b44c5 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 17 May 2021 20:20:29 +0000 Subject: [PATCH 1/2] feat: bump release level to production/stable --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8e5a074..3fb2804 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for BigQuery Connection ================================================= -|beta| |pypi| |versions| +|GA| |pypi| |versions| `BigQuery Connection API`_: Manage BigQuery connections to external data sources. @@ -9,8 +9,8 @@ Python Client for BigQuery Connection - `Product Documentation`_ - `Introduction to BigQuery external data sources`_ -.. |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-bigquery-connection.svg :target: https://pypi.org/project/google-cloud-bigquery-connection/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-connection.svg From d49ae2114d9ec2faaf8031e209189e44bb7c2da2 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 17 May 2021 20:38:34 +0000 Subject: [PATCH 2/2] Replace alpha/beta with GA --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5dbceff..6f49464 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ ), python_requires=">=3.6", classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6",