Skip to content

Commit 2767a01

Browse files
authored
feat: bump release level to production/stable (#17)
Fixes #16 🦕
1 parent 066196e commit 2767a01

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/google-cloud-service-management/.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/",
55
"client_documentation": "https://googleapis.dev/python/servicemanagement/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-service-management",

packages/google-cloud-service-management/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Service Management API
22
========================================
33

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

66
`Service Management API`_: Service Infrastructure is a foundational platform
77
for creating, managing, securing, and consuming APIs and services across
@@ -14,8 +14,8 @@ monitoring.
1414
- `Client Library Documentation`_
1515
- `Product Documentation`_
1616

17-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
18-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
17+
.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg
18+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1919
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-service-management.svg
2020
:target: https://pypi.org/project/google-cloud-service-management/
2121
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-service-management.svg

packages/google-cloud-service-management/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name = "google-cloud-service-management"
2323
version = "0.1.0"
2424
description = "Service Management API"
25-
release_status = "Development Status :: 4 - Beta"
25+
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-service-management"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",

0 commit comments

Comments
 (0)