From 9c642f8eee49c13c1087fd8a68d197f07466a918 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 5 Mar 2021 11:29:38 -0500 Subject: [PATCH] chore: Upgrade client library from beta to GA (#55) --- .repo-metadata.json | 2 +- README.rst | 12 +++++------- setup.py | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index bb99871..cfe8d0f 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -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", diff --git a/README.rst b/README.rst index caa661f..121d9a5 100644 --- a/README.rst +++ b/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 diff --git a/setup.py b/setup.py index c135a51..3b3a667 100644 --- a/setup.py +++ b/setup.py @@ -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",