Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit b81e207

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

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

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

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)