diff --git a/.repo-metadata.json b/.repo-metadata.json index 815c547a..11cc1c31 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/data-catalog", "client_documentation": "https://googleapis.dev/python/datacatalog/latest", "issue_tracker": "", - "release_level": "beta", + "release_level": "ga", "language": "python", "repo": "googleapis/python-datacatalog", "distribution_name": "google-cloud-datacatalog", diff --git a/README.rst b/README.rst index 83cb7a1b..e14f861f 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ -Python Client for Google Cloud Data Catalog API (`Beta`_) -========================================================== - +Python Client for Google Cloud Data Catalog API +=============================================== +|ga| |pypi| |versions| `Google Cloud Data Catalog API`_: Google Cloud Data Catalog API provides features to attach metadata to Google Cloud Platform resources like BigQuery Tables. Key critical resources @@ -10,7 +10,12 @@ include: Entries (Data Catalog representation of a cloud resource). - `Client Library Documentation`_ - `Product Documentation`_ -.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst +.. |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-datacatalog.svg + :target: https://pypi.org/project/google-cloud-datacatalog/ +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-datacatalog.svg + :target: https://pypi.org/project/google-cloud-datacatalog/ .. _Google Cloud Data Catalog API: https://cloud.google.com/data-catalog .. _Client Library Documentation: https://googleapis.dev/python/datacatalog/latest .. _Product Documentation: https://cloud.google.com/data-catalog diff --git a/setup.py b/setup.py index 8a228036..3d0f211e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' # 'Development Status :: 5 - Production/Stable' -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev",