From 7591adb4cb17a0ef6fe5e5d6fc9ede96d9c6e479 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 2 Jun 2021 12:52:03 -0400 Subject: [PATCH] feat: bump release level to production/stable (#61) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #60 🦕 Release-As: 1.0.0 --- .repo-metadata.json | 2 +- README.rst | 6 +++--- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 963c4bf..24cda39 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", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-websecurityscanner", diff --git a/README.rst b/README.rst index 665fca0..15831e3 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). - `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 8f760b1..dd1cbd0 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 :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.22.2, < 2.0.0dev", "proto-plus >= 1.15.0", @@ -70,7 +70,7 @@ classifiers=[ release_status, "Intended Audience :: Developers", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python",