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

Commit 7591adb

Browse files
authored
feat: bump release level to production/stable (#61)
Fixes #60 🦕 Release-As: 1.0.0
1 parent 0f89370 commit 7591adb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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/security-scanner/docs/",
55
"client_documentation": "https://googleapis.dev/python/websecurityscanner/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559748",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-websecurityscanner",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Python Client for Web Security Scanner API
22
==========================================
33

4-
|alpha| |pypi| |versions|
4+
|GA| |pypi| |versions|
55

66
`Web Security Scanner API`_: Web Security Scanner API (under development).
77

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

11-
.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
12-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
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#general-availability
1313
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-websecurityscanner.svg
1414
:target: https://pypi.org/project/google-cloud-websecurityscanner/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-websecurityscanner.svg

setup.py

Lines changed: 2 additions & 2 deletions
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 :: 4 - Beta"
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.15.0",
@@ -70,7 +70,7 @@
7070
classifiers=[
7171
release_status,
7272
"Intended Audience :: Developers",
73-
"Development Status :: 4 - Beta",
73+
"Development Status :: 5 - Production/Stable",
7474
"Intended Audience :: Developers",
7575
"License :: OSI Approved :: Apache Software License",
7676
"Programming Language :: Python",

0 commit comments

Comments
 (0)