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

Commit f893ce0

Browse files
authored
feat: bump release level to production/stable (#77)
Fixes #75 🦕 Release-As: 1.0.0
1 parent 2f64b6d commit f893ce0

File tree

3 files changed

+5
-5
lines changed

3 files changed

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

README.rst

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

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

66
`Binary Authorization API`_: The management interface for Binary Authorization, a system providing
77
policy control for images deployed to Kubernetes Engine clusters.
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/main/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/main/README.rst#ga-support
1414
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-binary-authorization.svg
1515
:target: https://pypi.org/project/google-cloud-binary-authorization/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-binary-authorization.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
),
5757
python_requires=">=3.6",
5858
classifiers=[
59-
"Development Status :: 4 - Beta",
59+
"Development Status :: 5 - Production/Stable",
6060
"Intended Audience :: Developers",
6161
"Operating System :: OS Independent",
6262
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)