Skip to content

Commit 09a79d0

Browse files
tswastbusunkim96
authored andcommitted
chore(datacatalog): update README to reflect Beta launch status (#10055)
1 parent 22db3f0 commit 09a79d0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/data-catalog",
55
"client_documentation": "https://googleapis.dev/python/datacatalog/latest",
66
"issue_tracker": "",
7-
"release_level": "alpha",
7+
"release_level": "beta",
88
"language": "python",
99
"repo": "googleapis/google-cloud-python",
1010
"distribution_name": "google-cloud-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

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)