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

feat: release as production/stable #25

Merged
merged 2 commits into from May 20, 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
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -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",
Expand Down
13 changes: 9 additions & 4 deletions 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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down