We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a018b commit 751c255Copy full SHA for 751c255
speech/CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
[1]: https://pypi.org/project/google-cloud-speech/#history
6
7
+## 0.34.0
8
+
9
+### Implementation Changes
10
+- Regenerate GAPIC to account for the removal of GoogleDataCollectionConfig and google_data_collection_opt_in (#5235)
11
12
## 0.33.0
13
14
### New Features
speech/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-speech'
24
description = 'Google Cloud Speech API client library'
25
-version = '0.33.0'
+version = '0.34.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments