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

feat: set release_status to production/stable #9

Merged
merged 2 commits into from Jun 10, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .repo-metadata.json
Expand Up @@ -4,10 +4,10 @@
"product_documentation": "https://cloud.google.com/dlp/docs/",
"client_documentation": "https://googleapis.dev/python/dlp/latest",
"issue_tracker": "",
"release_level": "alpha",
"release_level": "ga",
"language": "python",
"repo": "googleapis/python-dlp",
"distribution_name": "google-cloud-dlp",
"api_id": "dlp.googleapis.com",
"requires_billing": true
}
}
6 changes: 3 additions & 3 deletions README.rst
@@ -1,7 +1,7 @@
Python Client for Cloud Data Loss Prevention (DLP) API
======================================================

|alpha| |pypi| |versions|
|GA| |pypi| |versions|

`Cloud Data Loss Prevention (DLP) API`_: Provides methods for detection, risk analysis, and de-identification of
privacy-sensitive fragments in text, images, and Google Cloud Platform
Expand All @@ -10,8 +10,8 @@ storage repositories.
- `Client Library Documentation`_
- `Product Documentation`_

.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dlp.svg
:target: https://pypi.org/project/google-cloud-dlp/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dlp.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@
name = "google-cloud-dlp"
description = "Cloud Data Loss Prevention (DLP) API API client library"
version = "0.15.0"
release_status = "Development Status :: 3 - Alpha"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
'enum34; python_version < "3.4"',
Expand Down