From ed86bc4ab84a3f5d4b44263b2aaac55c316e15aa Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 9 Dec 2019 16:23:46 -0500 Subject: [PATCH] chore(speech): release 1.3.1 (#9926) --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161100e5..68d1538c 100644 --- a/CHANGELOG.md +++ b/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/setup.py b/setup.py index ceae4abf..47294157 100644 --- a/setup.py +++ b/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'