Skip to content

Commit d30b0ba

Browse files
authored
feat: release as production/stable (#17)
Release-As: 1.0.0 Resolves #16
1 parent 743bd4b commit d30b0ba

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

packages/google-cloud-monitoring-dashboards/.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/monitoring/dashboards/",
55
"client_documentation": "https://googleapis.dev/python/monitoring-dashboards/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559785",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-monitoring-dashboards",
1010
"distribution_name": "google-cloud-monitoring-dashboards",

packages/google-cloud-monitoring-dashboards/README.rst

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
Python Client for Stackdriver Monitoring Dashboards API (`Beta`_)
2-
==================================================================
1+
Python Client for Stackdriver Monitoring Dashboards API
2+
=======================================================
3+
4+
|ga| |pypi| |versions|
35

46
`Stackdriver Monitoring Dashboards API`_: Manages dashboard configurations used in the Stackdriver UI.
57

68
- `Client Library Documentation`_
79
- `Product Documentation`_
810

9-
.. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
11+
.. |ga| image:: https://img.shields.io/badge/support-GA-gold.svg
12+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
13+
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-monitoring-dashboards.svg
14+
:target: https://pypi.org/project/google-cloud-monitoring-dashboards/
15+
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-monitoring-dashboards.svg
16+
:target: https://pypi.org/project/google-cloud-monitoring-dashboards/
17+
1018
.. _Stackdriver Monitoring Dashboards API: https://cloud.google.com/monitoring/dashboards/
1119
.. _Client Library Documentation: https://googleapis.dev/python/monitoring-dashboards/latest
1220
.. _Product Documentation: https://cloud.google.com/monitoring/dashboards/

packages/google-cloud-monitoring-dashboards/noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def docs(session):
139139
"""Build the docs for this library."""
140140

141141
session.install("-e", ".")
142-
session.install("sphinx", "alabaster", "recommonmark")
142+
session.install("sphinx<3.0.0", "alabaster", "recommonmark")
143143

144144
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
145145
session.run(

packages/google-cloud-monitoring-dashboards/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "google-cloud-monitoring-dashboards"
2424
description = "Monitoring Dashboards API client library"
2525
version = "0.1.0"
26-
release_status = "Development Status :: 4 - Beta"
26+
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
2929
'enum34; python_version < "3.4"',

0 commit comments

Comments
 (0)