Skip to content

Commit

Permalink
chore(datacatalog): update README to reflect Beta launch status (#10055)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast authored and busunkim96 committed Jan 7, 2020
1 parent 3a80408 commit 21c230b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-datacatalog/.repo-metadata.json
Original file line number Diff line number Diff line change
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": "alpha",
"release_level": "beta",
"language": "python",
"repo": "googleapis/google-cloud-python",
"distribution_name": "google-cloud-datacatalog",
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-datacatalog/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Python Client for Google Cloud Data Catalog API (`Alpha`_)
Python Client for Google Cloud Data Catalog API (`Beta`_)
==========================================================


Expand All @@ -10,7 +10,7 @@ include: Entries (Data Catalog representation of a cloud resource).
- `Client Library Documentation`_
- `Product Documentation`_

.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
.. _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 packages/google-cloud-datacatalog/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 3 - Alpha"
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",
Expand Down

0 comments on commit 21c230b

Please sign in to comment.