Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit a9c1160

Browse files
authored
feat: set release_status to production/stable (#15)
Release-As: 1.0.0
1 parent 7786f17 commit a9c1160

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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/transfer/",
55
"client_documentation": "https://googleapis.dev/python/bigquerydatatransfer/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-bigquery-datatransfer",
1010
"distribution_name": "google-cloud-bigquery-datatransfer",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Python Client for BigQuery Data Transfer API
22
============================================
33

4-
|alpha| |pypi| |versions|
4+
|GA| |pypi| |versions|
55

66
The `BigQuery Data Transfer API`_ allows users to transfer data from partner
77
SaaS applications to Google BigQuery on a scheduled, managed basis.
88

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

12-
.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
13-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
12+
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
13+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1414
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-bigquery-datatransfer.svg
1515
:target: https://pypi.org/project/google-cloud-bigquery-datatransfer/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-datatransfer.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
2929
# 'Development Status :: 5 - Production/Stable'
30-
release_status = "Development Status :: 3 - Alpha"
30+
release_status = "Development Status :: 5 - Production/Stable"
3131
dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"]
3232
extras = {}
3333

0 commit comments

Comments
 (0)