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

Commit 6793d49

Browse files
authored
feat: bump release status to GA (#6)
Release-As: 1.0.0
1 parent ea4e112 commit 6793d49

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/iot",
55
"client_documentation": "https://googleapis.dev/python/cloudiot/latest",
66
"issue_tracker": "https://issuetracker.google.com/issues?q=status:open%20componentid:310170",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-iot",
1010
"distribution_name": "google-cloud-iot",

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Python Client for Cloud IoT API
22
===============================
33

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

66
`Cloud IoT API`_: Registers and manages IoT (Internet of Things) devices that
77
connect to the Google Cloud Platform.
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-iot.svg
1515
:target: https://pypi.org/project/google-cloud-iot/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iot.svg

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
name = "google-cloud-iot"
2121
description = "Cloud IoT API API client library"
2222
version = "0.3.1"
23-
release_status = "Development Status :: 3 - Alpha"
23+
release_status = "Development Status :: 5 - Production/Stable"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
2626
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",

0 commit comments

Comments
 (0)