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

Commit 4ccb185

Browse files
authored
feat: release as production/stable (#14)
resolves #6, resolves #13 Release-As: 1.0.0
1 parent e6c5734 commit 4ccb185

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

.repo-metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "iamcredentials",
2+
"name": "iam",
33
"name_pretty": "Cloud Identity and Access Management",
44
"product_documentation": "https://cloud.google.com/iam/docs/",
5-
"client_documentation": "https://googleapis.dev/python/iamcredentials/latest",
5+
"client_documentation": "https://googleapis.dev/python/iam/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559761",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-iam",
1010
"distribution_name": "google-cloud-iam",
11-
"api_id": "iamcredentials.googleapis.com"
11+
"api_id": "iam.googleapis.com"
1212
}

README.rst

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1-
Python Client for IAM API (`Alpha`_)
1+
Python Client for IAM API
22
================================================================
33

4+
|ga| |pypi| |versions|
45

5-
6-
`IAM API`_: IAM API
6+
`IAM API`_: Manages identity and access control for Google Cloud Platform resources, including the
7+
creation of service accounts, which you can use to authenticate to Google and make API calls.
78

89
- `Client Library Documentation`_
910
- `Product Documentation`_
1011

11-
.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
12+
.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg
13+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
14+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-iam.svg
15+
:target: https://pypi.org/project/google-cloud-iam/
16+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iam.svg
17+
:target: https://pypi.org/project/google-cloud-iam/
18+
1219
.. _IAM API: https://cloud.google.com/iam
13-
.. _Client Library Documentation: https://googleapis.dev/python/iamcredentials/latest
20+
21+
.. _Client Library Documentation: https://googleapis.dev/python/iam/latest
1422
.. _Product Documentation: https://cloud.google.com/iam
1523

1624
Quick Start

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# 'Development Status :: 3 - Alpha'
2727
# 'Development Status :: 4 - Beta'
2828
# 'Development Status :: 5 - Production/Stable'
29-
release_status = "Development Status :: 3 - Alpha"
29+
release_status = "Development Status :: 5 - Production/Stable"
3030
dependencies = [
3131
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
3232
'enum34; python_version < "3.4"',

0 commit comments

Comments
 (0)