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

Commit 47739f9

Browse files
authored
feat: bump release level to production/stable (#88)
Fixes #87 🦕 Release-As: 1.0.0
1 parent 584a1cb commit 47739f9

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://cloud.google.com/dialogflow/cx/docs",
55
"client_documentation": "https://googleapis.dev/python/dialogflow-cx/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/5300385",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "python",
99
"library_type": "GAPIC_AUTO",
1010
"repo": "googleapis/python-dialogflow-cx",

README.rst

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

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

66
`Dialogflow CX API`_: Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).
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-dialogflow-cx.svg
1414
:target: https://pypi.org/project/google-cloud-dialogflow-cx/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dialogflow-cx.svg

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
),
5252
python_requires=">=3.6",
5353
classifiers=[
54-
"Development Status :: 4 - Beta",
54+
"Development Status :: 5 - Production/Stable",
5555
"Intended Audience :: Developers",
5656
"Operating System :: OS Independent",
5757
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)