From 8411e45cdef6268f51cf54e043ed341303918e41 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 2 Jun 2021 12:46:05 -0400 Subject: [PATCH] feat: bump release level to production/stable (#22) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #21 🦕 Release-As: 1.0.0 --- .repo-metadata.json | 2 +- README.rst | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 817148b..c0fc2b3 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/iam/docs/troubleshooting-access#rest-api/", "client_documentation": "https://googleapis.dev/python/policytroubleshooter/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "repo": "googleapis/python-policy-troubleshooter", "distribution_name": "google-cloud-policy-troubleshooter", diff --git a/README.rst b/README.rst index 929ca52..86a25ae 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for IAM Policy Troubleshooter =========================================== -|beta| |pypi| |versions| +|GA| |pypi| |versions| `IAM Policy Troubleshooter`_ makes it easier to understand why a user has access to a resource or doesn't have permission to call an API. Given an email, @@ -13,8 +13,8 @@ which policies bind the member to those roles. - `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-policy-troubleshooter.svg :target: https://pypi.org/project/google-cloud-policy-troubleshooter/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-policy-troubleshooter.svg diff --git a/setup.py b/setup.py index 0d05d50..7c44290 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-policy-troubleshooter" version = "0.2.0" description = "IAM Policy Troubleshooter API client library" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-policy-troubleshooter" dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev",