Skip to content

Commit 0e33b81

Browse files
authored
feat: bump release level to production/stable (#92)
Fixes #91 πŸ¦• Release-As: 1.0.0
1 parent 0386659 commit 0e33b81

File tree

4 files changed

+6
-89
lines changed

4 files changed

+6
-89
lines changed

β€Žpackages/google-cloud-assured-workloads/.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/assured-workloads/",
55
"client_documentation": "https://googleapis.dev/python/assuredworkloads/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-assured-workloads",

β€Žpackages/google-cloud-assured-workloads/README.rstβ€Ž

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

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

66
`Assured Workloads API`_: Secure your government workloads and accelerate
77
your path to running compliant workloads on Google Cloud with Assured Workloads for
@@ -10,8 +10,8 @@ Government.
1010
- `Client Library Documentation`_
1111
- `Product Documentation`_
1212

13-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
14-
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
13+
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
14+
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support
1515
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-assured-workloads.svg
1616
:target: https://pypi.org/project/google-cloud-assured-workloads/
1717
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-assured-workloads.svg

β€Žpackages/google-cloud-assured-workloads/docs/README.rstβ€Ž

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

β€Žpackages/google-cloud-assured-workloads/setup.pyβ€Ž

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

0 commit comments

Comments
Β (0)