Skip to content

Commit

Permalink
Merge pull request #2686 from tswast/master
Browse files Browse the repository at this point in the history
runtimeconfig: mark package as alpha
  • Loading branch information
dhermes authored Nov 4, 2016
2 parents 75e4613 + b987aec commit 5840bab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions runtimeconfig/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ Python Client for Google Cloud RuntimeConfig

.. _Google Cloud RuntimeConfig: https://cloud.google.com/deployment-manager/runtime-configurator/

|alpha|

- `Documentation`_

.. _Documentation: http://googlecloudplatform.github.io/google-cloud-python/

.. |alpha| image:: https://img.shields.io/badge/status-alpha-orange.svg

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

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

Expand Down
2 changes: 1 addition & 1 deletion runtimeconfig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'include_package_data': True,
'zip_safe': False,
'classifiers': [
'Development Status :: 4 - Beta',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 5840bab

Please sign in to comment.