From 08f7dc83c5ec46e95433b4cc404aa1a1dddff3fd Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Wed, 26 Feb 2020 01:25:22 +0000 Subject: [PATCH] feat: bump release_status to production/stable --- .repo-metadata.json | 2 +- README.rst | 8 ++++---- setup.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index cdb86de..c14b9d3 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/security-scanner/docs/", "client_documentation": "https://googleapis.dev/python/websecurityscanner/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559748", - "release_level": "alpha", + "release_level": "ga", "language": "python", "repo": "googleapis/python-websecurityscanner", "distribution_name": "google-cloud-websecurityscanner", diff --git a/README.rst b/README.rst index 63868b8..9ecb570 100644 --- a/README.rst +++ b/README.rst @@ -1,15 +1,15 @@ Python Client for Web Security Scanner API ========================================== -|alpha| |pypi| |versions| +|GA| |pypi| |versions| -`Web Security Scanner API`_: Web Security Scanner API (under development). +`Web Security Scanner API`_: Web Security Scanner API. - `Client Library Documentation`_ - `Product Documentation`_ -.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support +.. |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-websecurityscanner.svg :target: https://pypi.org/project/google-cloud-websecurityscanner/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-websecurityscanner.svg diff --git a/setup.py b/setup.py index 40eaf70..3757045 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 = {}