From fa478825c1a217541742ecdbbba85ca588aaa834 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 3 Feb 2022 15:05:24 +0000 Subject: [PATCH 1/2] feat: bump release level to production/stable --- .repo-metadata.json | 2 +- README.rst | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index d160401..f3941b3 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/datastream/", "client_documentation": "https://cloud.google.com/python/docs/reference/datastream/latest", "issue_tracker": "", - "release_level": "preview", + "release_level": "stable", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-datastream", diff --git a/README.rst b/README.rst index cd3ca2a..7e611c1 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,14 @@ Python Client for Datastream ============================ -|alpha| |pypi| |versions| +|stable| |pypi| |versions| `Datastream`_: Serverless and easy-to-use change data capture and replication service. - `Client Library Documentation`_ - `Product Documentation`_ -.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg +.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-datastream.svg :target: https://pypi.org/project/google-cloud-datastream/ diff --git a/setup.py b/setup.py index ececfe8..d158398 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-datastream" description = "Datastream client library" version = "0.4.0" -release_status = "Development Status :: 3 - Alpha" +release_status = "Development Status :: 5 - Production/Stable" url = "https://github.com/googleapis/python-datastream" dependencies = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x From fa14740c323a447622c7b79d87b0914510a6c7d2 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 7 Mar 2022 11:13:15 -0500 Subject: [PATCH 2/2] update link to point to GA --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7e611c1..1521c99 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Python Client for Datastream - `Product Documentation`_ .. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg - :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support + :target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-datastream.svg :target: https://pypi.org/project/google-cloud-datastream/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-datastream.svg