Skip to content

Commit 8f1016a

Browse files
authored
Release texttospeech 0.2.0 (googleapis#5475)
1 parent 7a0a97f commit 8f1016a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

texttospeech/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
[1]: https://pypi.org/project/google-cloud-texttospeech/#history
66

7+
## 0.2.0
8+
9+
### New Features
10+
11+
- Add the text-to-speech v1 API surface. (#5468)
12+
- Re-generate the text-to-speech v1beta1 API surface. (#5468)
13+
14+
### Documentation
15+
16+
- Rename releases to changelog and include from CHANGELOG.md (#5191)
17+
18+
### Internal / Testing Changes
19+
20+
- Add Test runs for Python 3.7 and remove 3.4 (#5295)
21+
722
## 0.1.0
823

924
### Interface additions

texttospeech/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
name = 'google-cloud-texttospeech'
3737
description = 'Google Cloud Text-to-Speech API client library'
38-
version = '0.1.0'
38+
version = '0.2.0'
3939
# Should be one of:
4040
# 'Development Status :: 3 - Alpha'
4141
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)