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

Commit 8411e45

Browse files
authored
feat: bump release level to production/stable (#22)
Fixes #21 🦕 Release-As: 1.0.0
1 parent eec204c commit 8411e45

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-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/iam/docs/troubleshooting-access#rest-api/",
55
"client_documentation": "https://googleapis.dev/python/policytroubleshooter/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-policy-troubleshooter",
1010
"distribution_name": "google-cloud-policy-troubleshooter",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for IAM Policy Troubleshooter
22
===========================================
33

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

66
`IAM Policy Troubleshooter`_ makes it easier to understand why a user has
77
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.
1313
- `Client Library Documentation`_
1414
- `Product Documentation`_
1515

16-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
17-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
16+
.. |GA| image:: https://img.shields.io/badge/support-ga-gold.svg
17+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
1818
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-policy-troubleshooter.svg
1919
:target: https://pypi.org/project/google-cloud-policy-troubleshooter/
2020
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-policy-troubleshooter.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name = "google-cloud-policy-troubleshooter"
2323
version = "0.2.0"
2424
description = "IAM Policy Troubleshooter API client library"
25-
release_status = "Development Status :: 4 - Beta"
25+
release_status = "Development Status :: 5 - Production/Stable"
2626
url = "https://github.com/googleapis/python-policy-troubleshooter"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",

0 commit comments

Comments
 (0)