Skip to content

Commit e1a6bfa

Browse files
authored
Release texttospeech 0.3.0 (#6997)
* Release 0.3.0
1 parent bfac0ef commit e1a6bfa

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

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-texttospeech/#history
66

7+
## 0.3.0
8+
9+
12-18-2018 09:54 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 GAPIC generator. ([#6510](https://github.com/googleapis/google-cloud-python/pull/6510))
15+
- Fix `client_info` bug, update docstrings. ([#6423](https://github.com/googleapis/google-cloud-python/pull/6423))
16+
- Re-generate library using texttospeech/synth.py ([#5981](https://github.com/googleapis/google-cloud-python/pull/5981))
17+
- Add gRPC Transport layer. ([#5959](https://github.com/googleapis/google-cloud-python/pull/5959))
18+
19+
### Dependencies
20+
- Bump minimum `api_core` version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
21+
- Avoid broken 'google-common-apis 1.5.4' release. ([#6355](https://github.com/googleapis/google-cloud-python/pull/6355))
22+
23+
### Documentation
24+
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
25+
- Docs: normalize use of support level badges ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
26+
- Docs: Replace links to `/stable/` with `/latest/`. ([#5901](https://github.com/googleapis/google-cloud-python/pull/5901))
27+
- Fix docs links for TTS. ([#5483](https://github.com/googleapis/google-cloud-python/pull/5483))
28+
29+
### Internal / Testing Changes
30+
- Add synth.metadata. ([#6870](https://github.com/googleapis/google-cloud-python/pull/6870))
31+
- Update noxfile.
32+
- blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
33+
- omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701))
34+
- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698))
35+
- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666))
36+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
37+
- Add 'mock' to unit test dependencies for autogen libs. ([#6402](https://github.com/googleapis/google-cloud-python/pull/6402))
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.2.0
842

943
### New Features

setup.py

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

3636
name = 'google-cloud-texttospeech'
3737
description = 'Google Cloud Text-to-Speech API client library'
38-
version = '0.2.0'
38+
version = '0.3.0'
3939
# Should be one of:
4040
# 'Development Status :: 3 - Alpha'
4141
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)