Skip to content

Commit

Permalink
feat: set release_status to production/stable (#11)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0

Co-authored-by: Dan O'Meara <danom@google.com>
  • Loading branch information
busunkim96 and danoscarmike authored Jun 3, 2020
1 parent 36cef9d commit 5286faa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-os-login/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"product_documentation": "https://cloud.google.com/compute/docs/oslogin/",
"client_documentation": "https://googleapis.dev/python/oslogin/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559755",
"release_level": "alpha",
"release_level": "ga",
"language": "python",
"repo": "googleapis/python-oslogin",
"distribution_name": "google-cloud-os-login",
"api_id": "oslogin.googleapis.com",
"requires_billing": true
}
}
7 changes: 4 additions & 3 deletions packages/google-cloud-os-login/README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Python Client for Google Cloud OS Login API (`Alpha`_)
Python Client for Google Cloud OS Login API
========================================================

|pypi| |versions|
|ga| |pypi| |versions|

`Google Cloud OS Login API`_: Manages OS login configuration for Google account users.

- `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-oslogin.svg
:target: https://pypi.org/project/google-cloud-os-login/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-oslogin.svg
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-os-login/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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"]
extras = {}

Expand Down

0 comments on commit 5286faa

Please sign in to comment.