Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: set release_status to beta #9

Merged
merged 3 commits into from May 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/deployment-manager/runtime-configurator/",
"client_documentation": "https://googleapis.dev/python/runtimeconfig/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559663",
"release_level": "alpha",
"release_level": "beta",
"language": "python",
"repo": "googleapis/python-runtimeconfig",
"distribution_name": "google-cloud-runtimeconfig",
Expand Down
8 changes: 3 additions & 5 deletions README.rst
@@ -1,7 +1,7 @@
Python Client for Google Cloud RuntimeConfig
============================================

|alpha| |pypi| |versions|
|beta| |pypi| |versions|

The `Google Cloud RuntimeConfig`_ API enables developers to dynamically
configure and expose variables through Google Cloud Platform. In addition, you
Expand All @@ -11,8 +11,8 @@ return based on certain conditions.
- `Client Library Documentation`_
- `Product Documentation`_

.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-runtimeconfig.svg
:target: https://pypi.org/project/google-cloud-runtimeconfig/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-runtimeconfig.svg
Expand All @@ -21,8 +21,6 @@ return based on certain conditions.
.. _Client Library Documentation: https://googleapis.dev/python/runtimeconfig/latest
.. _Product Documentation: https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/

**This client library is currently in alpha and may be subject to change.**

Quick Start
-----------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 3 - Alpha"
release_status = "Development Status :: 4 - Beta"
dependencies = ["google-cloud-core >= 1.1.0, < 2.0dev"]
extras = {}

Expand Down