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

Commit fd6c575

Browse files
committed
feat: bump release level to production/stable
1 parent 1802814 commit fd6c575

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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/migrate/compute-engine/docs",
55
"client_documentation": "https://googleapis.dev/python/vmmigration/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "stable",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-vm-migration",

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Python Client for Cloud VM Migration
22
====================================
33

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

66
`Cloud VM Migration`_: for Compute Engine migrates VMs from your on-premises data center into Compute Engine.
77

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

11-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
11+
.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg
1212
: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-vm-migration.svg
1414
:target: https://pypi.org/project/google-cloud-vm-migration/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
description = "Cloud VM Migration API client library"
2525
version = "0.1.0"
2626
url = "https://github.com/googleapis/python-vm-migration"
27-
release_status = "Development Status :: 4 - Beta"
27+
release_status = "Development Status :: 5 - Production/Stable"
2828
dependencies = [
2929
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
3030
# Until this issue is closed

0 commit comments

Comments
 (0)