Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit ad90dd9

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

File tree

Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎.repo-metadata.json‎

Copy file name to clipboardExpand all lines: .repo-metadata.json
+1-1Lines 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",
Collapse file

‎README.rst‎

Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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/
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.