diff --git a/.repo-metadata.json b/.repo-metadata.json index 4bb8d9a..c9c752f 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/monitoring/dashboards/", "client_documentation": "https://googleapis.dev/python/monitoring-dashboards/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", - "release_level": "beta", + "release_level": "ga", "language": "python", "repo": "googleapis/python-monitoring-dashboards", "distribution_name": "google-cloud-monitoring-dashboards", diff --git a/README.rst b/README.rst index 8d379bf..e90acde 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,20 @@ -Python Client for Stackdriver Monitoring Dashboards API (`Beta`_) -================================================================== +Python Client for Stackdriver Monitoring Dashboards API +======================================================= + +|ga| |pypi| |versions| `Stackdriver Monitoring Dashboards API`_: Manages dashboard configurations used in the Stackdriver UI. - `Client Library Documentation`_ - `Product Documentation`_ -.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst +.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability +.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-monitoring-dashboards.svg + :target: https://pypi.org/project/google-cloud-monitoring-dashboards/ +.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-monitoring-dashboards.svg + :target: https://pypi.org/project/google-cloud-monitoring-dashboards/ + .. _Stackdriver Monitoring Dashboards API: https://cloud.google.com/monitoring/dashboards/ .. _Client Library Documentation: https://googleapis.dev/python/monitoring-dashboards/latest .. _Product Documentation: https://cloud.google.com/monitoring/dashboards/ diff --git a/noxfile.py b/noxfile.py index 115a205..8036518 100644 --- a/noxfile.py +++ b/noxfile.py @@ -139,7 +139,7 @@ def docs(session): """Build the docs for this library.""" session.install("-e", ".") - session.install("sphinx", "alabaster", "recommonmark") + session.install("sphinx<3.0.0", "alabaster", "recommonmark") shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True) session.run( diff --git a/setup.py b/setup.py index 56a7c31..ac1e4c2 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ name = "google-cloud-monitoring-dashboards" description = "Monitoring Dashboards API client library" version = "0.1.0" -release_status = "Development Status :: 4 - Beta" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", 'enum34; python_version < "3.4"',