Skip to content

Commit a796c7f

Browse files
authored
feat: bump release level to production/stable (#68)
Googlers see b/218670389 Fixes #3 🦕 Release-As: 1.0.0
1 parent 515b72c commit a796c7f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/google-cloud-certificate-manager/.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/python/docs/reference/certificatemanager/latest",
55
"client_documentation": "https://cloud.google.com/python/docs/reference/certificatemanager/latest",
66
"issue_tracker": "",
7-
"release_level": "preview",
7+
"release_level": "stable",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-certificate-manager",

packages/google-cloud-certificate-manager/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Python Client for Certificate Manager API
22
=========================================
33

4-
|preview| |pypi| |versions|
4+
|stable| |pypi| |versions|
55

66
`Certificate Manager API`_: lets you acquire and manage TLS (SSL) certificates for use with Cloud Load Balancing.
77

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

11-
.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
11+
.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg
1212
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels
1313
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-certificate-manager.svg
1414
:target: https://pypi.org/project/google-cloud-certificate-manager/

packages/google-cloud-certificate-manager/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
description = "Certificate Manager API client library"
2424
url = "https://github.com/googleapis/python-certificate-manager"
2525
version = "0.2.1"
26-
release_status = "Development Status :: 4 - Beta"
26+
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
2929
"proto-plus >= 1.22.0, <2.0.0dev",

0 commit comments

Comments
 (0)