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

feat: bump release status to GA #6

Merged
merged 1 commit into from
Feb 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
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.

- `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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down