From 58f8c87acc826e56b2e6271306c7a2078eed59ef Mon Sep 17 00:00:00 2001 From: Dan O'Meara Date: Tue, 16 Jun 2020 21:21:46 -0700 Subject: [PATCH] feat: release as production/stable (#44) 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 cc849460..d993fcf0 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/dataproc", "client_documentation": "https://googleapis.dev/python/dataproc/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559745", - "release_level": "alpha", + "release_level": "ga", "language": "python", "repo": "googleapis/python-dataproc", "distribution_name": "google-cloud-dataproc", diff --git a/README.rst b/README.rst index c06fe058..d8b90c17 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,15 @@ Python Client for Google Cloud Dataproc API =========================================== -|alpha| |pypi| |versions| +|ga| |pypi| |versions| `Google Cloud Dataproc API`_: Manages Hadoop-based clusters and jobs on Google Cloud Platform. - `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#ga-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dataproc.svg :target: https://pypi.org/project/google-cloud-dataproc/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dataproc.svg diff --git a/setup.py b/setup.py index ee4f33da..0264f39f 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 = {}