Skip to content

Commit 64451b6

Browse files
committed
chore(datacatalog): update README to reflect Beta launch status
1 parent c6d953b commit 64451b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datacatalog/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Python Client for Google Cloud Data Catalog API (`Alpha`_)
1+
Python Client for Google Cloud Data Catalog API (`Beta`_)
22
==========================================================
33

44

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

13-
.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
13+
.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
1414
.. _Google Cloud Data Catalog API: https://cloud.google.com/data-catalog
1515
.. _Client Library Documentation: https://googleapis.dev/python/datacatalog/latest
1616
.. _Product Documentation: https://cloud.google.com/data-catalog

datacatalog/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# 'Development Status :: 3 - Alpha'
2727
# 'Development Status :: 4 - Beta'
2828
# 'Development Status :: 5 - Production/Stable'
29-
release_status = "Development Status :: 3 - Alpha"
29+
release_status = "Development Status :: 4 - Beta"
3030
dependencies = [
3131
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
3232
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",

0 commit comments

Comments
 (0)