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

Commit b9c892a

Browse files
authored
feat: bump release level to production/stable (#147)
Fixes #146 🦕
1 parent c69e70c commit b9c892a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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/security-command-center",
55
"client_documentation": "https://googleapis.dev/python/securitycenter/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559748",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-securitycenter",

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Python Client for Cloud Security Command Center API (`Alpha`_)
2-
==============================================================
3-
|alpha| |pypi| |versions|
1+
Python Client for Cloud Security Command Center API
2+
===================================================
3+
|GA| |pypi| |versions|
44

55
`Cloud Security Command Center API`_: The public Cloud Security Command Center API.
66

77
- `Client Library Documentation`_
88
- `Product Documentation`_
99

10-
.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
11-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
10+
.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg
11+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1212
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-securitycenter.svg
1313
:target: https://pypi.org/project/google-cloud-securitycenter/
1414
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-securitycenter.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-securitycenter"
2323
description = "Cloud Security Command Center API client library"
2424
version = "1.2.0"
25-
release_status = "Development Status :: 3 - Alpha"
25+
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
2828
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",

0 commit comments

Comments
 (0)