Skip to content

Commit 816600f

Browse files
authored
Release speech 0.36.1 (googleapis#6995)
* Release 0.36.1
1 parent 24475f9 commit 816600f

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

speech/CHANGELOG.md

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

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

7+
## 0.36.1
8+
9+
12-18-2018 09:46 PST
10+
11+
12+
### Implementation Changes
13+
- Import `iam.policy` from `google.api_core`. ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741))
14+
- Pick up fixes to GAIPC generator. ([#6508](https://github.com/googleapis/google-cloud-python/pull/6508))
15+
- Add `result_end_time`, docstring changes via synth. ([#6462](https://github.com/googleapis/google-cloud-python/pull/6462))
16+
- Assorted synth fixups / cleanups ([#6400](https://github.com/googleapis/google-cloud-python/pull/6400))
17+
- Fix `client_info` bug, update docstrings and timeouts. ([#6421](https://github.com/googleapis/google-cloud-python/pull/6421))
18+
- Re-generate library using speech/synth.py ([#5979](https://github.com/googleapis/google-cloud-python/pull/5979))
19+
20+
### Dependencies
21+
- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
22+
23+
### Documentation
24+
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
25+
- Clarify passed arguments in speech examples. ([#6857](https://github.com/googleapis/google-cloud-python/pull/6857))
26+
- Docs: normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
27+
- Fix client library URL. ([#6052](https://github.com/googleapis/google-cloud-python/pull/6052))
28+
- Prep docs for repo split. ([#6017](https://github.com/googleapis/google-cloud-python/pull/6017))
29+
30+
### Internal / Testing Changes
31+
- Synth.metadata. ([#6868](https://github.com/googleapis/google-cloud-python/pull/6868))
32+
- Update noxfile.
33+
- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
34+
- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701))
35+
- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698))
36+
- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666))
37+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
38+
- Add / fix badges for PyPI / versions. ([#6158](https://github.com/googleapis/google-cloud-python/pull/6158))
39+
- Use new Nox ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
40+
741
## 0.36.0
842

943
### New Features

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

0 commit comments

Comments
 (0)