Skip to content

Commit 4c294f2

Browse files
authored
feat: bump release level to production/stable (#146)
* feat: bump release level to production/stable * Replace alpha/beta with GA
1 parent 76adc04 commit 4c294f2

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://https://cloud.google.com/pubsub/lite",
55
"client_documentation": "https://googleapis.dev/python/pubsublite/latest",
66
"issue_tracker": "",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_COMBO",
1010
"repo": "googleapis/python-pubsublite",

README.rst

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

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

66
`Pub/Sub Lite API`_:
77

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
install_requires=dependencies,
5555
python_requires=">=3.6",
5656
classifiers=[
57-
"Development Status :: 4 - Beta",
57+
"Development Status :: 5 - Production/Stable",
5858
"Intended Audience :: Developers",
5959
"Operating System :: OS Independent",
6060
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)