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

Commit 6e8f2b1

Browse files
authored
feat: bump release level to production/stable (#29)
Fixes #28 🦕 Release-As: 1.0.0
1 parent f195f1e commit 6e8f2b1

File tree

4 files changed

+6
-88
lines changed

4 files changed

+6
-88
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/vpc/",
55
"client_documentation": "https://googleapis.dev/python/vpcaccess/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-vpc-access",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Virtual Private Cloud
22
=======================================
33

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

66
`Google Cloud Virtual Private Cloud (VPC)`_: provides networking functionality to Compute Engine
77
virtual machine (VM) instances, Google Kubernetes Engine (GKE) containers, and the App Engine
@@ -11,8 +11,8 @@ and flexible.
1111
- `Client Library Documentation`_
1212
- `Product Documentation`_
1313

14-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
15-
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
14+
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
15+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support
1616
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-vpc-access.svg
1717
:target: https://pypi.org/project/google-cloud-vpc-access/
1818
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-vpc-access.svg

docs/README.rst

Lines changed: 0 additions & 83 deletions
This file was deleted.

docs/README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.rst

setup.py

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

0 commit comments

Comments
 (0)