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

Commit d5a5438

Browse files
authored
feat: bump release level to production/stable (#189)
Fixes #53 🦕 Googlers see internal bug b/209082587 Release-As: 1.0.0
1 parent cdb45d5 commit d5a5438

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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/compute/",
55
"client_documentation": "https://cloud.google.com/python/docs/reference/compute/latest",
66
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0",
7-
"release_level": "preview",
7+
"release_level": "stable",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-compute",

README.rst

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

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

66
`Compute Engine API`_: Create and runs virtual machines on Google Cloud Platform.
77

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

11-
.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg
12-
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#alpha-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-compute.svg
1414
:target: https://pypi.org/project/google-cloud-compute/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-compute.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
),
5050
python_requires=">=3.6",
5151
classifiers=[
52-
"Development Status :: 3 - Alpha",
52+
"Development Status :: 5 - Production/Stable",
5353
"Intended Audience :: Developers",
5454
"Operating System :: OS Independent",
5555
"Programming Language :: Python",

0 commit comments

Comments
 (0)