We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2daafe commit f67a57eCopy full SHA for f67a57e
2 files changed
speech/CHANGELOG.md
@@ -4,6 +4,18 @@
4
5
[1]: https://pypi.org/project/google-cloud-speech/#history
6
7
+## 0.35.0
8
+
9
+### Implementation Changes
10
11
+- Re-generated the library to pick up new API features. (#5577)
12
13
+### Internal / Testing Changes
14
15
+- Add Test runs for Python 3.7 and remove 3.4 (#5295)
16
+- Avoid overwriting '__module__' of messages from shared modules. (#5364)
17
+- Modify system tests to use prerelease versions of grpcio (#5304)
18
19
## 0.34.0
20
21
### Implementation Changes
speech/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-speech'
24
description = 'Google Cloud Speech API client library'
25
-version = '0.34.0'
+version = '0.35.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments