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

feat: bump release level to production/stable #5

Merged
merged 3 commits into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .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 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 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