From f5e28f76109b376c21d7270704fe51ee9c3c0662 Mon Sep 17 00:00:00 2001 From: Dan O'Meara Date: Tue, 16 Jun 2020 22:40:16 -0700 Subject: [PATCH 1/2] feat: release as production/stable Release-As: 1.0.0 --- .repo-metadata.json | 2 +- README.rst | 22 +++++++++++++--------- setup.py | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 363ab44..1c08ecb 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/web-risk/docs/", "client_documentation": "https://googleapis.dev/python/webrisk/latest", "issue_tracker": "", - "release_level": "alpha", + "release_level": "ga", "language": "python", "repo": "googleapis/python-webrisk", "distribution_name": "google-cloud-webrisk", diff --git a/README.rst b/README.rst index e0e2bdc..bfb01ea 100644 --- a/README.rst +++ b/README.rst @@ -1,19 +1,23 @@ -Python Client for Web Risk API (`Alpha`_) -========================================= +Python Client for Web Risk API +============================== +|ga| |pypi| |versions| +**Note:** Cloud Web Risk is not publicly available. You must be added to the allowlist in order to gain access. See `Setting up Web Risk`_ +in the product documentation for a link to the sign-up form. -**Note:** Cloud Web Risk is not yet publicly available. You must be whitelisted in order to gain access. See `Setting up the Web Risk API`_ in the product documentation for a link to the sign-up form. - -.. _Setting up the Web Risk API: - -`Web Risk API`: https://cloud.google.com/web-risk/docs/quickstart +.. _Setting up Web Risk: https://cloud.google.com/web-risk/docs/quickstart - `Client Library Documentation`_ - `Product Documentation`_ -.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst -.. _Web Risk API: https://cloud.google.com/web-risk +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-webrisk.svg + :target: https://pypi.org/project/google-cloud-webrisk/ +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-webrisk.svg + :target: https://pypi.org/project/google-cloud-webrisk/ + .. _Client Library Documentation: https://googleapis.dev/python/webrisk/latest .. _Product Documentation: https://cloud.google.com/web-risk diff --git a/setup.py b/setup.py index ab00d6c..eacf29d 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 = {} From 81deceb56878847e548c884a455c23f9d593a66b Mon Sep 17 00:00:00 2001 From: Dan O'Meara Date: Fri, 14 May 2021 15:49:41 -0700 Subject: [PATCH 2/2] docs: updates README --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index cf8af3f..0e2fef5 100644 --- a/README.rst +++ b/README.rst @@ -3,9 +3,6 @@ Python Client for Web Risk API |ga| |pypi| |versions| -**Note:** Cloud Web Risk is not publicly available. You must be added to the allowlist in order to gain access. See `Setting up Web Risk`_ -in the product documentation for a link to the sign-up form. - .. _Setting up Web Risk: https://cloud.google.com/web-risk/docs/quickstart - `Client Library Documentation`_