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

Commit fab3e48

Browse files
authored
feat: bump release level to production/stable (#105)
Fixes #104 🦕 Release-As: 1.0.0
1 parent 53e0315 commit fab3e48

File tree

4 files changed

+6
-88
lines changed

4 files changed

+6
-88
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/recaptcha-enterprise",
55
"client_documentation": "https://googleapis.dev/python/recaptchaenterprise/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-recaptcha-enterprise",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Python Client for reCAPTCHA Enterprise
22
=================================================
33

4-
|beta| |pypi| |versions|
4+
|ga| |pypi| |versions|
55

66
`reCAPTCHA Enterprise`_: protect your website from fraudulent activity like scraping, credential stuffing,
77
and automated account creation.
88

99
- `Client Library Documentation`_
1010
- `Product Documentation`_
1111

12-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
13-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
12+
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
13+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support
1414
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-recaptcha-enterprise.svg
1515
:target: https://pypi.org/project/google-cloud-recaptcha-enterprise/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-recaptcha-enterprise.svg

docs/README.rst

Lines changed: 0 additions & 83 deletions
This file was deleted.

docs/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.rst

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
extras_requires={},
5555
python_requires=">=3.6",
5656
classifiers=[
57-
"Development Status :: 4 - Beta",
57+
"Development Status :: 5 - Production/Stable",
5858
"Intended Audience :: Developers",
5959
"Operating System :: OS Independent",
6060
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)