Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
feat: bump release level to production/stable (#31)
Browse files Browse the repository at this point in the history
Fixes #30 🦕

Release-As: 1.0.0
  • Loading branch information
parthea committed Oct 4, 2021
1 parent fc20702 commit 139188c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -3,7 +3,7 @@
"name_pretty": "Source Context",
"client_documentation": "https://googleapis.dev/python/source/latest",
"issue_tracker": "http://github.com/googleapis/python-source-context/issues",
"release_level": "beta",
"release_level": "ga",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-source-context",
Expand Down
6 changes: 3 additions & 3 deletions README.rst
@@ -1,14 +1,14 @@
Python Client for Source Context
================================

|beta| |pypi| |versions|
|ga| |pypi| |versions|

This package contains generated Python types for `google.cloud.source_context_v1`

- `Client Library Documentation`_

.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-source-context.svg
:target: https://pypi.org/project/google-cloud-source-context/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-source-context.svg
Expand Down
51 changes: 0 additions & 51 deletions docs/README.rst

This file was deleted.

1 change: 1 addition & 0 deletions docs/README.rst
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
name = "google-cloud-source-context"
description = "Python client for Source Context"
version = "0.1.4"
release_status = "Development Status :: 4 - Beta"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-source-context"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit 139188c

Please sign in to comment.