From b81e2074eb86c015c781b79a68839cbaeb40e5b2 Mon Sep 17 00:00:00 2001 From: Dan O'Meara Date: Tue, 16 Jun 2020 15:38:34 -0700 Subject: [PATCH] feat: release as production/stable (#15) Release-As: 1.0.0 --- README.rst | 13 ++++++++++--- setup.py | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4a59b58..e758e04 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,7 @@ -Python Client for Container Analysis API (`Alpha`_) -=================================================== +Python Client for Container Analysis API +======================================== + +|ga| |pypi| |versions| `Container Analysis 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 @@ and 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/google-cloud-containeranalysis.svg + :target: https://pypi.org/project/google-cloud-containeranalysis/ +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-containeranalysis.svg + :target: https://pypi.org/project/google-cloud-containeranalysis/ .. _Container Analysis API: https://cloud.google.com/container-registry/docs/container-analysis .. _Client Library Documentation: https://googleapis.dev/python/containeranalysis/latest .. _Product Documentation: https://cloud.google.com/container-registry/docs/container-analysis diff --git a/setup.py b/setup.py index 52bc6ed..f18409f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-containeranalysis" description = "Container Analysis API API client library" version = "0.3.1" -release_status = "Development Status :: 3 - Alpha" +release_status = "Development Status :: 5 - Production/stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", "grpc-google-iam-v1 >= 0.12.3, < 0.13dev",