Skip to content

Commit 4a55950

Browse files
authored
Release 0.36.2 (googleapis#7116)
1 parent 282596c commit 4a55950

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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.2
8+
9+
01-10-2019 15:36 PST
10+
11+
### Implementation Changes
12+
- Protoc-generated serialization update. ([#7106](https://github.com/googleapis/google-cloud-python/pull/7106))
13+
14+
### Documentation
15+
- Regenerate speech to change quote chars in docstr.
16+
- Pick up stub docstring fix in GAPIC generator. ([#6982](https://github.com/googleapis/google-cloud-python/pull/6982))
17+
718
## 0.36.1
819

920
12-18-2018 09:46 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.1'
25+
version = '0.36.2'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)