Skip to content

Commit

Permalink
Release texttospeech 0.2.0 (#5475)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes authored Jun 12, 2018
1 parent 72755fc commit f67e202
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/google-cloud-texttospeech/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

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

## 0.2.0

### New Features

- Add the text-to-speech v1 API surface. (#5468)
- Re-generate the text-to-speech v1beta1 API surface. (#5468)

### Documentation

- Rename releases to changelog and include from CHANGELOG.md (#5191)

### Internal / Testing Changes

- Add Test runs for Python 3.7 and remove 3.4 (#5295)

## 0.1.0

### Interface additions
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-texttospeech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

name = 'google-cloud-texttospeech'
description = 'Google Cloud Text-to-Speech API client library'
version = '0.1.0'
version = '0.2.0'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit f67e202

Please sign in to comment.