From cae8f28b005924d013e3a878478c8df36b22aa40 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Fri, 21 Feb 2020 21:11:40 +0000 Subject: [PATCH] feat: bump release status to GA 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 fcc83015..0c2a370b 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/iot", "client_documentation": "https://googleapis.dev/python/cloudiot/latest", "issue_tracker": "https://issuetracker.google.com/issues?q=status:open%20componentid:310170", - "release_level": "alpha", + "release_level": "ga", "language": "python", "repo": "googleapis/python-iot", "distribution_name": "google-cloud-iot", diff --git a/README.rst b/README.rst index 21f1a7b5..258c2c16 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud IoT API =============================== -|alpha| |pypi| |versions| +|GA| |pypi| |versions| `Cloud IoT API`_: Registers and manages IoT (Internet of Things) devices that connect to the Google Cloud Platform. @@ -9,8 +9,8 @@ connect to the 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#general-availability .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-iot.svg :target: https://pypi.org/project/google-cloud-iot/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iot.svg diff --git a/setup.py b/setup.py index d6e33f4e..9d76f56d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ name = "google-cloud-iot" description = "Cloud IoT API API client library" version = "0.3.1" -release_status = "Development Status :: 3 - Alpha" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev",