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

Commit 52fe836

Browse files
authored
feat: bump release level to production/stable (#7)
Fixes #6 🦕 Release-As: 1.0.0
1 parent 473f288 commit 52fe836

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/monitoring/docs",
55
"client_documentation": "https://cloud.google.com/monitoring/settings/manage-api",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-monitoring-metrics-scopes",

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Python Client for Google Cloud Monitoring Metrics Scope API
99
- `Client Library Documentation`_
1010
- `Product Documentation`_
1111

12-
.. |GA| image:: https://img.shields.io/badge/support-beta-orange.svg
13-
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
12+
.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg
13+
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support
1414
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-monitoring-metrics-scopes.svg
1515
:target: https://pypi.org/project/google-cloud-monitoring-metrics-scopes/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-monitoring-metrics-scopes.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
),
4545
python_requires=">=3.6",
4646
classifiers=[
47-
"Development Status :: 4 - Beta",
47+
"Development Status :: 5 - Production/Stable",
4848
"Intended Audience :: Developers",
4949
"Operating System :: OS Independent",
5050
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)