Skip to content

Commit

Permalink
feat: bump release level to production/stable (#19)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
parthea authored Apr 26, 2022
1 parent 46f0204 commit cc5b389
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/bare-metal/docs",
"client_documentation": "https://cloud.google.com/python/docs/reference/baremetalsolution/latest",
"issue_tracker": "",
"release_level": "preview",
"release_level": "stable",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-bare-metal-solution",
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-bare-metal-solution/README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Python Client for Bare Metal Solution API
=========================================

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

`Bare Metal Solution 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-bare-metal-solution.svg
:target: https://pypi.org/project/google-cloud-bare-metal-solution/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bare-metal-solution.svg
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bare-metal-solution/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
name = "google-cloud-bare-metal-solution"
description = "Bare Metal Solution 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-bare-metal-solution"
dependencies = [
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
Expand Down

0 comments on commit cc5b389

Please sign in to comment.