Skip to content

Commit 0ba121b

Browse files
authored
Release 0.4.0 (#7302)
1 parent 1f15fe4 commit 0ba121b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

texttospeech/CHANGELOG.md

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

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

7+
## 0.4.0
8+
9+
02-07-2019 15:21 PST
10+
11+
12+
### Implementation Changes
13+
- Pick up stub docstring fix in GAPIC generator. ([#6984](https://github.com/googleapis/google-cloud-python/pull/6984))
14+
15+
### New Features
16+
- Protoc updates to include effects_profile_id. ([#7097](https://github.com/googleapis/google-cloud-python/pull/7097))
17+
18+
### Documentation
19+
- Fix `Client Library Documentation` link ([#7109](https://github.com/googleapis/google-cloud-python/pull/7109))
20+
21+
### Internal / Testing Changes
22+
- Copy proto files alongside protoc versions.
23+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
24+
- Update copyright headers and docstring quoting
25+
726
## 0.3.0
827

928
12-18-2018 09:54 PST

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.3.0'
38+
version = '0.4.0'
3939
# Should be one of:
4040
# 'Development Status :: 3 - Alpha'
4141
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)