Skip to content

Commit

Permalink
feat: bump release level to production/stable (#71)
Browse files Browse the repository at this point in the history
Fixes #70  🦕
  • Loading branch information
parthea authored May 18, 2021
1 parent 3b612b2 commit bd31a76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/grafeas/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
13 changes: 10 additions & 3 deletions packages/grafeas/README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
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.

- `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/
Expand Down
2 changes: 1 addition & 1 deletion packages/grafeas/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bd31a76

Please sign in to comment.