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

Commit 39a8cc8

Browse files
authored
feat: release as production/stable (#24)
Release-As: 1.0.0
1 parent 2871750 commit 39a8cc8

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-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/secret-manager/",
55
"client_documentation": "https://googleapis.dev/python/secretmanager/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-secret-manager",
1010
"distribution_name": "google-cloud-secret-manager",

README.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
Python Client for Secret Manager API (`Beta`_)
2-
==============================================
1+
Python Client for Secret Manager API
2+
====================================
3+
4+
|ga| |pypi| |versions|
35

46
`Secret Manager API`_: Stores, manages, and secures access to application secrets.
57

68
- `Client Library Documentation`_
79
- `Product Documentation`_
810

9-
.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
11+
.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg
12+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
13+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-secret-manager.svg
14+
:target: https://pypi.org/project/google-cloud-secret-manager/
15+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-secret-manager.svg
16+
:target: https://pypi.org/project/google-cloud-secret-manager/
17+
1018
.. _Secret Manager API: https://cloud.google.com/secret-manager
1119
.. _Client Library Documentation: https://googleapis.dev/python/secretmanager/latest
1220
.. _Product Documentation: https://cloud.google.com/secret-manager

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "google-cloud-secret-manager"
2424
description = "Secret Manager API API client library"
2525
version = "0.2.0"
26-
release_status = "Development Status :: 4 - Beta"
26+
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
2929
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",

0 commit comments

Comments
 (0)