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

Commit ce65557

Browse files
authored
feat: bump release level to production/stable (#25)
Fixes #24 🦕
1 parent a55a9f1 commit ce65557

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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/service-infrastructure/docs/overview/",
55
"client_documentation": "https://googleapis.dev/python/servicecontrol/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-control",

README.rst

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

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

66
`Service Control`_: Service Infrastructure is a foundational platform for
77
creating, managing, securing, and consuming APIs and services across
@@ -13,8 +13,8 @@ auditing, rate limiting, analytics, billing, logging, and monitoring.
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/master/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/master/README.rst#general-availability
1818
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-service-control.svg
1919
:target: https://pypi.org/project/google-cloud-service-control/
2020
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-service-control.svg

setup.py

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

0 commit comments

Comments
 (0)