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

Commit

Permalink
chore: Upgrade client library from beta to GA (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Mar 5, 2021
1 parent b7a23ff commit 9c642f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/access-approval",
"client_documentation": "https://googleapis.dev/python/accessapproval/latest",
"issue_tracker": "",
"release_level": "beta",
"release_level": "ga",
"language": "python",
"repo": "googleapis/python-access-approval",
"distribution_name": "google-cloud-access-approval",
Expand Down
12 changes: 5 additions & 7 deletions README.rst
@@ -1,21 +1,19 @@
Python Client for Access Approval API (`Beta`_)
================================================
Python Client for Access Approval API
=====================================

|beta| |pypi| |versions|
|GA| |pypi| |versions|

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

- `Client Library Documentation`_
- `Product Documentation`_

.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-access-approval.svg
:target: https://pypi.org/project/google-cloud-access-approval/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-access-approval.svg
:target: https://pypi.org/project/google-cloud-access-approval/

.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
.. _Access Approval API: https://cloud.google.com/access-approval
.. _Client Library Documentation: https://googleapis.dev/python/access-approval
.. _Product Documentation: https://cloud.google.com/access-approval
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
name = "google-cloud-access-approval"
description = "Access Approval API client library"
version = "1.1.1"
release_status = "Development Status :: 4 - Beta"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.22.0, < 2.0.0dev",
"proto-plus >= 1.4.0",
Expand Down

0 comments on commit 9c642f8

Please sign in to comment.