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

Commit 3cd61a5

Browse files
authored
feat: bump release level to production/stable (#54)
Fixes #46 🦕 Release-As: 1.0.0
1 parent 87fca9d commit 3cd61a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/workflows/",
55
"client_documentation": "https://googleapis.dev/python/workflows/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559729",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-workflows",

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Python Client for Cloud Workflows
22
=================================================
33

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

66
`Cloud Workflows API`_: Orchestrate and automateGoogle Cloud and HTTP-based
77
API services with serverless workflows.
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#general-availability
1414
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-workflows.svg
1515
:target: https://pypi.org/project/google-cloud-workflows/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-workflows.svg

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
),
4747
python_requires=">=3.6",
4848
classifiers=[
49-
"Development Status :: 4 - Beta",
49+
"Development Status :: 5 - Production/Stable",
5050
"Intended Audience :: Developers",
5151
"Operating System :: OS Independent",
5252
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)