From caeb0967e4d2bce0bd6f2be505b7abc159b868d9 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Tue, 17 Mar 2020 00:07:39 +0000 Subject: [PATCH] feat: set release_status to production/stable Release-As: 1.0.0 --- README.rst | 7 ++++--- setup.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 0ed1181..189de82 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index d803ed3..32638d5 100644 --- a/setup.py +++ b/setup.py @@ -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 = {}