Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit e4bc62a

Browse files
authored
feat: bump release level to production/stable (#19)
Release-As: 1.0.0
1 parent 88233b4 commit e4bc62a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/bare-metal/docs",
55
"client_documentation": "https://cloud.google.com/python/docs/reference/baremetalsolution/latest",
66
"issue_tracker": "",
7-
"release_level": "preview",
7+
"release_level": "stable",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-bare-metal-solution",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Python Client for Bare Metal Solution API
22
=========================================
33

4-
|preview| |pypi| |versions|
4+
|stable| |pypi| |versions|
55

66
`Bare Metal Solution API`_:
77

88
- `Client Library Documentation`_
99
- `Product Documentation`_
1010

11-
.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
12-
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
11+
.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg
12+
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#general-availability
1313
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-bare-metal-solution.svg
1414
:target: https://pypi.org/project/google-cloud-bare-metal-solution/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bare-metal-solution.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "google-cloud-bare-metal-solution"
2424
description = "Bare Metal Solution API client library"
2525
version = "0.1.1"
26-
release_status = "Development Status :: 4 - Beta"
26+
release_status = "Development Status :: 5 - Production/Stable"
2727
url = "https://github.com/googleapis/python-bare-metal-solution"
2828
dependencies = [
2929
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)