From bd31a76600cc751db1454f8ebb06c29ff3cb09ba Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 18 May 2021 12:48:09 -0400 Subject: [PATCH] feat: bump release level to production/stable (#71) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #70 🦕 --- packages/grafeas/.repo-metadata.json | 2 +- packages/grafeas/README.rst | 13 ++++++++++--- packages/grafeas/setup.py | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/packages/grafeas/.repo-metadata.json b/packages/grafeas/.repo-metadata.json index 3883e1be5388..587a7f08e965 100644 --- a/packages/grafeas/.repo-metadata.json +++ b/packages/grafeas/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://grafeas.io", "client_documentation": "https://googleapis.dev/python/grafeas/latest", "issue_tracker": "", - "release_level": "alpha", + "release_level": "ga", "language": "python", "library_type": "GAPIC_COMBO", "repo": "googleapis/python-grafeas", diff --git a/packages/grafeas/README.rst b/packages/grafeas/README.rst index a37f3fcfc925..ff2f05e8bddd 100644 --- a/packages/grafeas/README.rst +++ b/packages/grafeas/README.rst @@ -1,5 +1,7 @@ -Python Client for Grafeas API (`Alpha`_) -=================================================== +Python Client for Grafeas API +============================= + +|ga| |pypi| |versions| `Grafeas API`_: An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts. @@ -7,7 +9,12 @@ retrieval of critical metadata about all of your software artifacts. - `Client Library Documentation`_ - `Product Documentation`_ -.. _Alpha: 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/grafeas.svg + :target: https://pypi.org/project/grafeas/ +.. |versions| image:: https://img.shields.io/pypi/pyversions/grafeas.svg + :target: https://pypi.org/project/grafeas/ .. _Grafeas API: https://grafeas.io/ .. _Client Library Documentation: https://googleapis.dev/python/grafeas/latest .. _Product Documentation: https://grafeas.io/ diff --git a/packages/grafeas/setup.py b/packages/grafeas/setup.py index 7d1c1d796676..cc8bd55267af 100644 --- a/packages/grafeas/setup.py +++ b/packages/grafeas/setup.py @@ -22,7 +22,7 @@ name = "grafeas" description = "Grafeas API client library" version = "1.0.1" -release_status = "Development Status :: 3 - Alpha" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.21.0, < 2.0.0dev", "proto-plus >= 1.4.0",