Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

feat: bump release level to production/stable #81

Merged
merged 5 commits into from May 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -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",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-webrisk",
Expand Down
21 changes: 11 additions & 10 deletions README.rst
@@ -1,19 +1,20 @@
Python Client for Web Risk API (`Alpha`_)
=========================================
Python Client for Web Risk API
==============================

|ga| |pypi| |versions|


**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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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.22.2, < 2.0.0dev",
"proto-plus >= 1.10.0",
Expand Down