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

Commit e0876fb

Browse files
authored
feat: bump release level to production/stable (#65)
Fixes #63 🦕 Release-As: 1.0.0
1 parent 463c5f8 commit e0876fb

File tree

4 files changed

+6
-92
lines changed

4 files changed

+6
-92
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/network-connectivity/",
55
"client_documentation": "https://googleapis.dev/python/networkconnectivity/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-network-connectivity",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Network Connectivity Center
22
=================================================
33

4-
|beta| |pypi| |versions|
4+
|ga| |pypi| |versions|
55

66
`Network Connectivity Center`_: The Network Connectivity API will be home
77
to various services which provide information pertaining to network connectivity.
@@ -13,8 +13,8 @@ inconsistencies, etc.
1313
- `Client Library Documentation`_
1414
- `Product Documentation`_
1515

16-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
17-
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
16+
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
17+
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support
1818
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-network-connectivity.svg
1919
:target: https://pypi.org/project/google-cloud-network-connectivity/
2020
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-network-connectivity.svg

docs/README.rst

Lines changed: 0 additions & 87 deletions
This file was deleted.

docs/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.rst

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
),
5454
python_requires=">=3.6",
5555
classifiers=[
56-
"Development Status :: 4 - Beta",
56+
"Development Status :: 5 - Production/Stable",
5757
"Intended Audience :: Developers",
5858
"Operating System :: OS Independent",
5959
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)