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

Commit 9034947

Browse files
authored
feat: bump release level to production/stable (#12)
Fixes #11 🦕 Release-As: 1.0.0
1 parent 08bc234 commit 9034947

File tree

4 files changed

+6
-88
lines changed

4 files changed

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

README.rst

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

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

66
`Cloud Composer`_: is a fully managed data workflow orchestration service that empowers you to author,
77
schedule, and monitor pipelines.
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-orchestration-airflow.svg
1515
:target: https://pypi.org/project/google-cloud-orchestration-airflow/
1616
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-orchestration-airflow.svg

docs/README.rst

-83
This file was deleted.

docs/README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.rst

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "google-cloud-orchestration-airflow"
2424
description = "Cloud Composer API client library"
2525
version = "0.1.3"
26-
release_status = "Development Status :: 4 - Beta"
26+
release_status = "Development Status :: 5 - Production/Stable"
2727
url = "https://github.com/googleapis/python-orchestration-airflow"
2828
dependencies = [
2929
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)