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

Commit ea55c97

Browse files
authored
feat: bump release level to production/stable (#27)
Fixes #26 🦕 Release-As: 1.0.0
1 parent f62b303 commit ea55c97

File tree

4 files changed

+6
-89
lines changed

4 files changed

+6
-89
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/resource-settings",
55
"client_documentation": "https://googleapis.dev/python/resourcesettings/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-resource-settings",
1010
"distribution_name": "google-cloud-resource-settings",

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Resource Settings
22
=================================================
33

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

66
`Resource Settings`_: The Resource Settings API allows users to control and
77
modify the behavior of their GCP resources (e.g., VM, firewall, Project, etc.)
@@ -10,8 +10,8 @@ across the Cloud Resource Hierarchy.
1010
- `Client Library Documentation`_
1111
- `Product Documentation`_
1212

13-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
14-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
13+
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
14+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support
1515
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-resource-settings.svg
1616
:target: https://pypi.org/project/google-cloud-resource-settings/
1717
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-resource-settings.svg

docs/README.rst

-84
This file was deleted.

docs/README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.rst

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
),
5050
python_requires=">=3.6",
5151
classifiers=[
52-
"Development Status :: 4 - Beta",
52+
"Development Status :: 5 - Production/Stable",
5353
"Intended Audience :: Developers",
5454
"Operating System :: OS Independent",
5555
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)