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

Commit

Permalink
feat: release as production/stable
Browse files Browse the repository at this point in the history
resolves #6, resolves #13

Release-As: 1.0.0
  • Loading branch information
danoscarmike committed May 19, 2020
1 parent e6c5734 commit 676ef3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions README.rst
@@ -1,15 +1,23 @@
Python Client for IAM API (`Alpha`_)
Python Client for IAM API
================================================================

|ga| |pypi| |versions|


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

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

.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
.. |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-iam.svg
:target: https://pypi.org/project/google-cloud-iam/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iam.svg
:target: https://pypi.org/project/google-cloud-iam/

.. _IAM API: https://cloud.google.com/iam

.. _Client Library Documentation: https://googleapis.dev/python/iamcredentials/latest
.. _Product Documentation: https://cloud.google.com/iam

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 3 - Alpha"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
'enum34; python_version < "3.4"',
Expand Down

0 comments on commit 676ef3c

Please sign in to comment.