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

Commit 03a639e

Browse files
authored
feat: bump release status to GA (#9)
Release-As: 1.0.0
1 parent 59e5d37 commit 03a639e

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/text-to-speech",
55
"client_documentation": "https://googleapis.dev/python/texttospeech/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/5235428",
7-
"release_level": "alpha",
7+
"release_level": "ga",
88
"language": "python",
99
"repo": "googleapis/python-texttospeech",
1010
"distribution_name": "google-cloud-texttospeech",

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Python Client for Cloud Text-to-Speech API
22
==========================================
33

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

66
`Cloud Text-to-Speech API`_: Synthesizes natural-sounding speech by applying
77
powerful neural network models.
88

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# 'Development Status :: 3 - Alpha'
4141
# 'Development Status :: 4 - Beta'
4242
# 'Development Status :: 5 - Production/Stable'
43-
release_status = "Development Status :: 3 - Alpha"
43+
release_status = "Development Status :: 5 - Production/Stable"
4444
dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"]
4545
extras = {}
4646

0 commit comments

Comments
 (0)