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

Commit

Permalink
feat: release as production/stable (#44)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
danoscarmike committed Jun 17, 2020
1 parent 8a3161b commit 58f8c87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/dataproc",
"client_documentation": "https://googleapis.dev/python/dataproc/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559745",
"release_level": "alpha",
"release_level": "ga",
"language": "python",
"repo": "googleapis/python-dataproc",
"distribution_name": "google-cloud-dataproc",
Expand Down
6 changes: 3 additions & 3 deletions README.rst
@@ -1,15 +1,15 @@
Python Client for Google Cloud Dataproc API
===========================================

|alpha| |pypi| |versions|
|ga| |pypi| |versions|

`Google Cloud Dataproc API`_: Manages Hadoop-based clusters and jobs on Google Cloud Platform.

- `Client Library Documentation`_
- `Product Documentation`_

.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dataproc.svg
:target: https://pypi.org/project/google-cloud-dataproc/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dataproc.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 3 - Alpha"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"]
extras = {}

Expand Down

0 comments on commit 58f8c87

Please sign in to comment.