From 5f5e3349e2faf4752df9cd642db0e74ea255ac29 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Fri, 6 Dec 2019 13:05:55 -0800 Subject: [PATCH] chore(speech): release 1.3.1 --- speech/CHANGELOG.md | 7 +++++++ speech/setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/speech/CHANGELOG.md b/speech/CHANGELOG.md index 161100e56bd0..68d1538cc2df 100644 --- a/speech/CHANGELOG.md +++ b/speech/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-speech/#history +## 1.3.1 + +12-06-2019 13:05 PST + +### Implementation Changes +- Increase timeout values in client config (via synth). ([#9922](https://github.com/googleapis/google-cloud-python/pull/9922)) + ## 1.3.0 11-21-2019 14:03 PST diff --git a/speech/setup.py b/speech/setup.py index ceae4abf88e6..47294157307b 100644 --- a/speech/setup.py +++ b/speech/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-speech" description = "Google Cloud Speech API client library" -version = "1.3.0" +version = "1.3.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'