Skip to content

Commit 15567b3

Browse files
authored
Release 0.36.3 (#7244)
1 parent 4b057ed commit 15567b3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

speech/CHANGELOG.md

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

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

7+
## 0.36.3
8+
9+
01-31-2019 09:57 PST
10+
11+
12+
### New Features
13+
- Add 'RecognitionConfig.audio_channel_count' field via synth. ([#7240](https://github.com/googleapis/google-cloud-python/pull/7240))
14+
15+
### Documentation
16+
- Modify file headers. ([#7158](https://github.com/googleapis/google-cloud-python/pull/7158))
17+
18+
### Internal / Testing Changes
19+
- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205))
20+
721
## 0.36.2
822

923
01-10-2019 15:36 PST

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.36.2'
25+
version = '0.36.3'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)