Skip to content

Commit

Permalink
feat: bump release level to production/stable (#31)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
parthea committed Apr 26, 2022
1 parent b96e9a3 commit 5f70bac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-optimization/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"product_documentation": "https://cloud.google.com/optimization/docs",
"client_documentation": "https://cloud.google.com/python/docs/reference/optimization/latest",
"issue_tracker": "",
"release_level": "preview",
"release_level": "stable",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-optimization",
"distribution_name": "google-cloud-optimization",
"api_id": "optimization.googleapis.com",
"api_id": "cloudoptimization.googleapis.com",
"default_version": "v1",
"codeowner_team": "",
"api_shortname": "optimization"
}
"api_shortname": "cloudoptimization"
}
6 changes: 3 additions & 3 deletions packages/google-cloud-optimization/README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Python Client for Cloud Optimization API
========================================

|preview| |pypi| |versions|
|stable| |pypi| |versions|

`Cloud Optimization API`_:

- `Client Library Documentation`_
- `Product Documentation`_

.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-optimization.svg
:target: https://pypi.org/project/google-cloud-optimization/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-optimization.svg
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-optimization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
name = "google-cloud-optimization"
description = "Cloud Optimization API client library"
version = "0.1.1"
release_status = "Development Status :: 4 - Beta"
release_status = "Development Status :: 5 - Production/Stable"
url = "https://github.com/googleapis/python-optimization"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit 5f70bac

Please sign in to comment.