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

Commit 9a1a44e

Browse files
authored
feat: bump release level to production/stable (#25)
Fixes #24 🦕 Release-As: 1.0.0
1 parent d349c6f commit 9a1a44e

File tree

4 files changed

+6
-87
lines changed

4 files changed

+6
-87
lines changed

.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/shell/",
55
"client_documentation": "https://googleapis.dev/python/cloudshell/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-shell",

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Cloud Shell
22
=============================
33

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

66
`Cloud Shell`_: is an interactive shell environment for Google Cloud that makes it easy
77
for you to learn and experiment with Google Cloud and manage your projects and resources
@@ -10,8 +10,8 @@ from your web browser.
1010
- `Client Library Documentation`_
1111
- `Product Documentation`_
1212

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

docs/README.rst

-82
This file was deleted.

docs/README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.rst

setup.py

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

0 commit comments

Comments
 (0)