Skip to content

Commit

Permalink
feat: set release_status to beta (#5)
Browse files Browse the repository at this point in the history
The underlying API is beta, and the surface has been relatively stable for >1 year.
  • Loading branch information
busunkim96 committed May 3, 2020
1 parent c56d42f commit e9361c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/error-reporting",
"client_documentation": "https://googleapis.dev/python/clouderrorreporting/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559780",
"release_level": "alpha",
"release_level": "beta",
"language": "python",
"repo": "googleapis/python-error-reporting",
"distribution_name": "google-cloud-error-reporting",
Expand Down
4 changes: 3 additions & 1 deletion README.rst
@@ -1,7 +1,7 @@
Python Client for Stackdriver Error Reporting
=============================================

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

The Stackdriver `Error Reporting`_ API counts, analyzes and aggregates the
crashes in your running cloud services. A centralized error management
Expand All @@ -16,6 +16,8 @@ to receive email and mobile alerts on new errors.
.. _Error Reporting: https://cloud.google.com/error-reporting/
.. _Client Library Documentation: https://googleapis.dev/python/clouderrorreporting/latest
.. _Product Documentation: https://cloud.google.com/error-reporting/reference/
.. |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-error-reporting.svg
:target: https://pypi.org/project/google-cloud-error-reporting/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-error-reporting.svg
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-logging>=1.14.0, <2.0dev"]
extras = {}

Expand Down

0 comments on commit e9361c5

Please sign in to comment.