From f7378614002697ed5c7dc9217fbe8b48ba7c7410 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 18 May 2021 16:56:16 -0400 Subject: [PATCH] docs: Update the README to reflect that this library is GA (#79) * feat: bump release level to production/stable * Replace alpha/beta with GA --- README.rst | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 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 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",