Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 6793d49

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

File tree

Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎.repo-metadata.json‎

Copy file name to clipboardExpand all lines: .repo-metadata.json
+1-1Lines changed: 1 addition & 1 deletion
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",
Collapse file

‎README.rst‎

Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.