diff --git a/.repo-metadata.json b/.repo-metadata.json index da5fbbbf..361e45ff 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/solutions/talent-solution/", "client_documentation": "https://googleapis.dev/python/talent/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559664", - "release_level": "beta", + "release_level": "ga", "language": "python", "library_type": "GAPIC_AUTO", "repo": "googleapis/python-talent", diff --git a/README.rst b/README.rst index a81daaa9..bb536a83 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Talent Solution API ====================================================== -|beta| |pypi| |versions| +|GA| |pypi| |versions| `Cloud Talent Solution API`_: Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters. @@ -9,8 +9,8 @@ delete job postings, as well as search jobs based on keywords and filters. - `Client Library Documentation`_ - `Product Documentation`_ -.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support +.. |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-talent.svg :target: https://pypi.org/project/google-cloud-talent/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-talent.svg diff --git a/setup.py b/setup.py index acd74ded..9dab32a3 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,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 = [ # NOTE: Maintainers, please do not require google-api-core>=2.x.x # Until this issue is closed