We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ee265 commit bc451a7Copy full SHA for bc451a7
speech/CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
[1]: https://pypi.org/project/google-cloud-speech/#history
6
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
14
## 1.3.0
15
16
11-21-2019 14:03 PST
speech/setup.py
@@ -22,7 +22,7 @@
22
23
name = "google-cloud-speech"
24
description = "Google Cloud Speech API client library"
25
-version = "1.3.0"
+version = "1.3.1"
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments