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

Commit

Permalink
feat: bump release level to production/stable (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Apr 26, 2022
1 parent 922043d commit b13ce8f
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/dataplex",
"client_documentation": "https://cloud.google.com/python/docs/reference/dataplex/latest",
"issue_tracker": "",
"release_level": "preview",
"release_level": "stable",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-dataplex",
Expand Down
6 changes: 3 additions & 3 deletions README.rst
@@ -1,7 +1,7 @@
Python Client for Dataplex API
==============================

|preview| |pypi| |versions|
|stable| |pypi| |versions|

`Dataplex API`_: Break free from data silos with Dataplex’s intelligent data fabric
that enables organizations to centrally manage, monitor, and govern their data across
Expand All @@ -11,8 +11,8 @@ to trusted data and powering analytics at scale.
- `Client Library Documentation`_
- `Product Documentation`_

.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dataplex.svg
:target: https://pypi.org/project/google-cloud-dataplex/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dataplex.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
description = "Dataplex API client library"
url = "https://github.com/googleapis/python-dataplex"
version = "0.2.1"
release_status = "Development Status :: 4 - Beta"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
# Until this issue is closed
Expand Down

0 comments on commit b13ce8f

Please sign in to comment.