We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64b799 commit e730812Copy full SHA for e730812
2 files changed
speech/CHANGELOG.md
@@ -4,6 +4,18 @@
4
5
[1]: https://pypi.org/project/google-cloud-speech/#history
6
7
+## 0.32.1
8
+
9
+### Dependencies
10
11
+- Update dependency range for api-core to include v1.0.0 releases (#4944)
12
13
+### Testing and internal changes
14
15
+- Install local dependencies when running lint (#4936)
16
+- Re-enable lint for tests, remove usage of pylint (#4921)
17
+- Normalize all setup.py files (#4909)
18
19
## 0.31.1
20
21
### Bugfixes
speech/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-speech'
24
description = 'Google Cloud Speech API client library'
25
-version = '0.32.0'
+version = '0.32.1'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments