Skip to content

Commit

Permalink
feat: release as stable (#1301)
Browse files Browse the repository at this point in the history
* feat: release as stable

* typo

* add links for pypi and versions
  • Loading branch information
parthea authored May 5, 2022
1 parent 81e1d32 commit 767aaba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"client_documentation": "https://gapic-generator-python.readthedocs.io/en/stable/",
"product_documentation": "",
"issue_tracker": "https://github.com/googleapis/gapic-generator-python/issues",
"release_level": "preview",
"release_level": "stable",
"language": "python",
"library_type": "CORE",
"repo": "googleapis/gapic-generator-python",
Expand Down
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
API Client Generator for Python
===============================

|release level| |docs|
|release level| |pypi| |versions|

A generator for protocol buffer described APIs for and in Python 3.

Expand All @@ -28,5 +28,9 @@ See the `documentation`_.

.. _documentation: https://googleapis.dev/python/gapic-generator-python/latest

.. |release level| image:: https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat
:target: https://cloud.google.com/terms/launch-stages
.. |release level| image:: https://img.shields.io/badge/support-stable-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/gapic-generator.svg
:target: https://pypi.org/project/gapic-generator/
.. |versions| image:: https://img.shields.io/pypi/pyversions/gapic-generator.svg
:target: https://pypi.org/project/gapic-generator/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
description = "Google API Client Generator for Python"
url = "https://github.com/googleapis/gapic-generator-python"
version = "0.65.3"
release_status = "Development Status :: 4 - Beta"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"click >= 6.7",
"google-api-core >= 2.3.2",
Expand Down

0 comments on commit 767aaba

Please sign in to comment.