diff --git a/.repo-metadata.json b/.repo-metadata.json index d918148b..e91cf373 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage/", "client_documentation": "https://googleapis.dev/python/bigquerystorage/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", - "release_level": "beta", + "release_level": "ga", "language": "python", "repo": "googleapis/python-bigquery-storage", "distribution_name": "google-cloud-bigquery-storage", diff --git a/README.rst b/README.rst index 6b600ca0..f8623e38 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,19 @@ -Python Client for BigQuery Storage API (`Beta`_) -================================================= - +Python Client for BigQuery Storage API +====================================== +|ga| |pypi| |versions| `BigQuery Storage API`_: - `Client Library Documentation`_ - `Product Documentation`_ -.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst +.. |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-storage.svg + :target: https://pypi.org/project/google-cloud-bigquery-storage/ +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-storage.svg + :target: https://pypi.org/project/google-cloud-bigquery-storage/ .. _BigQuery Storage API: https://cloud.google.com/bigquery/docs/reference/storage/ .. _Client Library Documentation: https://googleapis.dev/python/bigquerystorage/latest .. _Product Documentation: https://cloud.google.com/bigquery/docs/reference/storage/ diff --git a/setup.py b/setup.py index 4c40345e..a91c55ea 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-bigquery-storage" description = "BigQuery Storage API API client library" version = "0.8.0" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", 'enum34; python_version < "3.4"',