Skip to content

Commit d21309e

Browse files
authored
chore: Upgrade client library from beta to GA (#55)
1 parent 5f514ee commit d21309e

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

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

packages/google-cloud-access-approval/README.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
Python Client for Access Approval API (`Beta`_)
2-
================================================
1+
Python Client for Access Approval API
2+
=====================================
33

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

66
`Access Approval API`_: An API for controlling access to data by Google personnel.
77

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

11-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
12-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
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
1313
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-access-approval.svg
1414
:target: https://pypi.org/project/google-cloud-access-approval/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-access-approval.svg
1616
:target: https://pypi.org/project/google-cloud-access-approval/
17-
18-
.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
1917
.. _Access Approval API: https://cloud.google.com/access-approval
2018
.. _Client Library Documentation: https://googleapis.dev/python/access-approval
2119
.. _Product Documentation: https://cloud.google.com/access-approval

packages/google-cloud-access-approval/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "google-cloud-access-approval"
2424
description = "Access Approval API client library"
2525
version = "1.1.1"
26-
release_status = "Development Status :: 4 - Beta"
26+
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.22.0, < 2.0.0dev",
2929
"proto-plus >= 1.4.0",

0 commit comments

Comments
 (0)