Skip to content

Commit a19ef0c

Browse files
authored
feat: release as production/stable (#15)
Release-As: 1.0.0
1 parent eacd1dc commit a19ef0c

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

packages/google-cloud-containeranalysis/README.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
Python Client for Container Analysis API (`Alpha`_)
2-
===================================================
1+
Python Client for Container Analysis API
2+
========================================
3+
4+
|ga| |pypi| |versions|
35

46
`Container Analysis API`_: An implementation of the Grafeas API, which stores, and enables querying
57
and retrieval of critical metadata about all of your software artifacts.
68

79
- `Client Library Documentation`_
810
- `Product Documentation`_
911

10-
.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
12+
.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg
13+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
14+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-containeranalysis.svg
15+
:target: https://pypi.org/project/google-cloud-containeranalysis/
16+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-containeranalysis.svg
17+
:target: https://pypi.org/project/google-cloud-containeranalysis/
1118
.. _Container Analysis API: https://cloud.google.com/container-registry/docs/container-analysis
1219
.. _Client Library Documentation: https://googleapis.dev/python/containeranalysis/latest
1320
.. _Product Documentation: https://cloud.google.com/container-registry/docs/container-analysis

packages/google-cloud-containeranalysis/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "google-cloud-containeranalysis"
2424
description = "Container Analysis API API client library"
2525
version = "0.3.1"
26-
release_status = "Development Status :: 3 - Alpha"
26+
release_status = "Development Status :: 5 - Production/stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
2929
"grpc-google-iam-v1 >= 0.12.3, < 0.13dev",

0 commit comments

Comments
 (0)