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

Commit 0946b75

Browse files
authored
feat: bump release level to production/stable (#81)
Fixes #20
1 parent ff6378d commit 0946b75

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/web-risk/docs/",
55
"client_documentation": "https://googleapis.dev/python/webrisk/latest",
66
"issue_tracker": "",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-webrisk",

README.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
Python Client for Web Risk API (`Alpha`_)
2-
=========================================
1+
Python Client for Web Risk API
2+
==============================
33

4+
|ga| |pypi| |versions|
45

5-
6-
**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.
7-
8-
.. _Setting up the Web Risk API:
9-
10-
`Web Risk API`: https://cloud.google.com/web-risk/docs/quickstart
6+
.. _Setting up Web Risk: https://cloud.google.com/web-risk/docs/quickstart
117

128
- `Client Library Documentation`_
139
- `Product Documentation`_
1410

15-
.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
16-
.. _Web Risk API: https://cloud.google.com/web-risk
11+
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
12+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support
13+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-webrisk.svg
14+
:target: https://pypi.org/project/google-cloud-webrisk/
15+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-webrisk.svg
16+
:target: https://pypi.org/project/google-cloud-webrisk/
17+
1718
.. _Client Library Documentation: https://googleapis.dev/python/webrisk/latest
1819
.. _Product Documentation: https://cloud.google.com/web-risk
1920

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'
2929
# 'Development Status :: 5 - Production/Stable'
30-
release_status = "Development Status :: 3 - Alpha"
30+
release_status = "Development Status :: 5 - Production/Stable"
3131
dependencies = [
3232
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
3333
"proto-plus >= 1.10.0",

0 commit comments

Comments
 (0)