Skip to content

Commit

Permalink
feat: bump release level to production/stable (#5)
Browse files Browse the repository at this point in the history
Fixes #4 🦕

Release-As: 1.0.0
  • Loading branch information
parthea committed Jan 24, 2022
1 parent fa793a4 commit 3f3c497
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-ids/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-ids/README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-ids/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f3c497

Please sign in to comment.