Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fd45cd

Browse files
authored
Release speech 0.36.0 (#5921)
1 parent d57921f commit 8fd45cd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/google-cloud-speech/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
[1]: https://pypi.org/project/google-cloud-speech/#history
66

7+
## 0.36.0
8+
9+
### New Features
10+
11+
- Re-generate the library to pick up changes and new features in the underlying API. ([#5915](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5915))
12+
13+
### Documentation
14+
15+
- Fix broken links to description of 'Beta' ([#5917](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5917))
16+
- Replace links to '/stable/' with '/latest/'. ([#5901](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5901))
17+
718
## 0.35.0
819

920
### Implementation Changes

packages/google-cloud-speech/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = 'google-cloud-speech'
2424
description = 'Google Cloud Speech API client library'
25-
version = '0.35.0'
25+
version = '0.36.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)