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

Commit 58f8c87

Browse files
authored
feat: release as production/stable (#44)
Release-As: 1.0.0
1 parent 8a3161b commit 58f8c87

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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/dataproc",
55
"client_documentation": "https://googleapis.dev/python/dataproc/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559745",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-dataproc",
1010
"distribution_name": "google-cloud-dataproc",

README.rst

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

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

66
`Google Cloud Dataproc API`_: Manages Hadoop-based clusters and jobs on Google Cloud Platform.
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#ga-support
1313
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dataproc.svg
1414
:target: https://pypi.org/project/google-cloud-dataproc/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dataproc.svg

setup.py

Lines changed: 1 addition & 1 deletion
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 :: 3 - Alpha"
30+
release_status = "Development Status :: 5 - Production/Stable"
3131
dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"]
3232
extras = {}
3333

0 commit comments

Comments
 (0)