Skip to content

Commit 3cdfebc

Browse files
authored
chore: release as production/stable (#34)
Release-As: 1.0.0 Resolves #33
1 parent 823342b commit 3cdfebc

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

packages/google-cloud-bigquery-storage/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage/",
55
"client_documentation": "https://googleapis.dev/python/bigquerystorage/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-bigquery-storage",
1010
"distribution_name": "google-cloud-bigquery-storage",

packages/google-cloud-bigquery-storage/README.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
Python Client for BigQuery Storage API (`Beta`_)
2-
=================================================
3-
1+
Python Client for BigQuery Storage API
2+
======================================
43

4+
|ga| |pypi| |versions|
55

66
`BigQuery Storage API`_:
77

88
- `Client Library Documentation`_
99
- `Product Documentation`_
1010

11-
.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
11+
.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg
12+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
13+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-bigquery-storage.svg
14+
:target: https://pypi.org/project/google-cloud-bigquery-storage/
15+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-storage.svg
16+
:target: https://pypi.org/project/google-cloud-bigquery-storage/
1217
.. _BigQuery Storage API: https://cloud.google.com/bigquery/docs/reference/storage/
1318
.. _Client Library Documentation: https://googleapis.dev/python/bigquerystorage/latest
1419
.. _Product Documentation: https://cloud.google.com/bigquery/docs/reference/storage/

packages/google-cloud-bigquery-storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name = "google-cloud-bigquery-storage"
2323
description = "BigQuery Storage API API client library"
2424
version = "0.8.0"
25-
release_status = "Development Status :: 4 - Beta"
25+
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
2828
'enum34; python_version < "3.4"',

0 commit comments

Comments
 (0)