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'