From a9c1160475dbc327e8cc5da3b5aee3ceaa618bd3 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Thu, 27 Feb 2020 17:36:50 -0800 Subject: [PATCH] feat: set release_status to production/stable (#15) Release-As: 1.0.0 --- .repo-metadata.json | 2 +- README.rst | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 5aa5964a..5da24c19 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/bigquery/transfer/", "client_documentation": "https://googleapis.dev/python/bigquerydatatransfer/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559654", - "release_level": "alpha", + "release_level": "ga", "language": "python", "repo": "googleapis/python-bigquery-datatransfer", "distribution_name": "google-cloud-bigquery-datatransfer", diff --git a/README.rst b/README.rst index bb4b5a10..bbb6f152 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for BigQuery Data Transfer API ============================================ -|alpha| |pypi| |versions| +|GA| |pypi| |versions| The `BigQuery Data Transfer API`_ allows users to transfer data from partner SaaS applications to Google BigQuery on a scheduled, managed basis. @@ -9,8 +9,8 @@ SaaS applications to Google BigQuery on a scheduled, managed basis. - `Client Library Documentation`_ - `Product Documentation`_ -.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-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-datatransfer.svg :target: https://pypi.org/project/google-cloud-bigquery-datatransfer/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-datatransfer.svg diff --git a/setup.py b/setup.py index fc73ae73..04c304a5 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' # 'Development Status :: 5 - Production/Stable' -release_status = "Development Status :: 3 - Alpha" +release_status = "Development Status :: 5 - Production/Stable" dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"] extras = {}