We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b181d2 commit 0b3a63fCopy full SHA for 0b3a63f
speech/CHANGELOG.md
@@ -4,6 +4,16 @@
4
5
[1]: https://pypi.org/project/google-cloud-speech/#history
6
7
+## 0.33.0
8
+
9
+### New Features
10
11
+- Add Audio Logging and Recognition Metadata. (#5123)
12
13
+### Internal / Testing Changes
14
15
+- Fix bad trove classifier
16
17
## 0.32.1
18
19
### Dependencies
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.1'
+version = '0.33.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments