diff --git a/.repo-metadata.json b/.repo-metadata.json index c699237a..89650e5d 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -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 -} \ No newline at end of file +} diff --git a/README.rst b/README.rst index 4c33c0cd..e3ddff03 100644 --- a/README.rst +++ b/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 @@ -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 diff --git a/setup.py b/setup.py index d8831842..f52f531f 100644 --- a/setup.py +++ b/setup.py @@ -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"',