From b695e81b4f9a45af162d04d68a1c588ea0aa3de7 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 3 Jun 2020 12:00:34 -0700 Subject: [PATCH] feat: set release_status to production/stable (#11) Release-As: 1.0.0 Co-authored-by: Dan O'Meara --- .repo-metadata.json | 4 ++-- README.rst | 7 ++++--- setup.py | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index bd22a1d..5b57cf3 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -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 -} \ No newline at end of file +} 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 fc48784..0501684 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 = {}