Skip to content

Commit bc451a7

Browse files
authored
chore(speech): release 1.3.1 (#9926)
1 parent 10ee265 commit bc451a7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

speech/CHANGELOG.md

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

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

7+
## 1.3.1
8+
9+
12-06-2019 13:05 PST
10+
11+
### Implementation Changes
12+
- Increase timeout values in client config (via synth). ([#9922](https://github.com/googleapis/google-cloud-python/pull/9922))
13+
714
## 1.3.0
815

916
11-21-2019 14:03 PST

speech/setup.py

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

2323
name = "google-cloud-speech"
2424
description = "Google Cloud Speech API client library"
25-
version = "1.3.0"
25+
version = "1.3.1"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)