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

Commit b13ce8f

Browse files
authored
feat: bump release level to production/stable (#32)
1 parent 922043d commit b13ce8f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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/dataplex",
55
"client_documentation": "https://cloud.google.com/python/docs/reference/dataplex/latest",
66
"issue_tracker": "",
7-
"release_level": "preview",
7+
"release_level": "stable",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-dataplex",

README.rst

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

4-
|preview| |pypi| |versions|
4+
|stable| |pypi| |versions|
55

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

14-
.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
15-
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
14+
.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg
15+
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
1616
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dataplex.svg
1717
:target: https://pypi.org/project/google-cloud-dataplex/
1818
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dataplex.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
description = "Dataplex API client library"
2424
url = "https://github.com/googleapis/python-dataplex"
2525
version = "0.2.1"
26-
release_status = "Development Status :: 4 - Beta"
26+
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
2929
# Until this issue is closed

0 commit comments

Comments
 (0)