Skip to content

Commit d7d0100

Browse files
authored
Release 1.6.0 (googleapis#8623)
1 parent 8bb6ef0 commit d7d0100

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

translate/CHANGELOG.md

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

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

7+
## 1.6.0
8+
9+
07-09-2019 13:13 PDT
10+
11+
12+
### Implementation Changes
13+
- Allow kwargs to be passed to create_channel (via synth). ([#8409](https://github.com/googleapis/google-cloud-python/pull/8409))
14+
- Update service descriptions and add additional rpc bindings for Translate ([#8267](https://github.com/googleapis/google-cloud-python/pull/8267))
15+
16+
### New Features
17+
- Add 'client_options' support, update list method docstrings (via synth). ([#8527](https://github.com/googleapis/google-cloud-python/pull/8527))
18+
19+
### Internal / Testing Changes
20+
- Pin black version (via synth). ([#8600](https://github.com/googleapis/google-cloud-python/pull/8600))
21+
- Add docs job to publish to googleapis.dev. ([#8464](https://github.com/googleapis/google-cloud-python/pull/8464))
22+
- Declare encoding as utf-8 in pb2 files (via synth). ([#8369](https://github.com/googleapis/google-cloud-python/pull/8369))
23+
- Add disclaimer to auto-generated template files (via synth). ([#8333](https://github.com/googleapis/google-cloud-python/pull/8333))
24+
- Blacken (via synth). ([#8282](https://github.com/googleapis/google-cloud-python/pull/8282))
25+
- Suppress checking 'cov-fail-under' in nox default session (via synth). ([#8255](https://github.com/googleapis/google-cloud-python/pull/8255))
26+
- Fix coverage in 'types.py' (via synth). ([#8168](https://github.com/googleapis/google-cloud-python/pull/8168))
27+
- Blacken noxfile.py, setup.py (via synth). ([#8135](https://github.com/googleapis/google-cloud-python/pull/8135))
28+
- Add empty lines (via synth). ([#8076](https://github.com/googleapis/google-cloud-python/pull/8076))
29+
730
## 1.5.0
831

932
05-16-2019 13:05 PDT

translate/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-translate"
2424
description = "Google Cloud Translation API client library"
25-
version = "1.5.0"
25+
version = "1.6.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)