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

Commit ad90dd9

Browse files
authored
feat: bump release level to production/stable (#5)
Fixes #4 🦕 Release-As: 1.0.0
1 parent 54a466b commit ad90dd9

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

README.rst

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

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

66
`Cloud IDS`_: is an intrusion detection service that provides threat detection for intrusions,
77
malware, spyware, and command-and-control attacks on your network. Cloud IDS works by creating
@@ -12,7 +12,7 @@ threat detection.
1212
- `Client Library Documentation`_
1313
- `Product Documentation`_
1414

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

setup.py

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

0 commit comments

Comments
 (0)