diff --git a/.repo-metadata.json b/.repo-metadata.json index 7d481fd9..297ee977 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,9 +4,9 @@ "product_documentation": "https://cloud.google.com/monitoring/docs", "client_documentation": "https://googleapis.dev/python/monitoring/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559785", - "release_level": "alpha", + "release_level": "ga", "language": "python", "repo": "googleapis/python-monitoring", "distribution_name": "google-cloud-monitoring", "api_id": "monitoring.googleapis.com" -} \ No newline at end of file +} diff --git a/README.rst b/README.rst index 1f125057..174171df 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ -Python Client for Stackdriver Monitoring API (`Alpha`_) +Python Client for Stackdriver Monitoring API ======================================================= -|pypi| |versions| +|ga| |pypi| |versions| `Stackdriver Monitoring API`_: Manages your Stackdriver Monitoring data and configurations. Most projects must be associated with a Stackdriver account, @@ -10,7 +10,8 @@ with a few exceptions as noted on the individual method pages. - `Client Library Documentation`_ - `Product Documentation`_ -.. _Alpha: 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.svg :target: https://pypi.org/project/google-cloud-monitoring/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-monitoring.svg diff --git a/setup.py b/setup.py index ef9cd793..d0cbc215 100644 --- a/setup.py +++ b/setup.py @@ -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 :: 5 - Production/Stable" dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"] extras = {"pandas": "pandas >= 0.17.1"}