diff --git a/.repo-metadata.json b/.repo-metadata.json index 7837c73..1f59c0a 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/intrusion-detection-system/", "client_documentation": "https://cloud.google.com/python/docs/reference/ids/latest", "issue_tracker": "", - "release_level": "preview", + "release_level": "stable", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-ids", diff --git a/README.rst b/README.rst index 3591ea0..b6cfd53 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud IDS =========================== -|beta| |pypi| |versions| +|stable| |pypi| |versions| `Cloud IDS`_: is an intrusion detection service that provides threat detection for intrusions, malware, spyware, and command-and-control attacks on your network. Cloud IDS works by creating @@ -12,7 +12,7 @@ threat detection. - `Client Library Documentation`_ - `Product Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-gold.svg +.. |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-ids.svg :target: https://pypi.org/project/google-cloud-ids/ diff --git a/setup.py b/setup.py index 5dec8b6..b40519a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ description = "Cloud IDS API client library" version = "0.1.0" url = "https://github.com/googleapis/python-ids" -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