Skip to content

Commit 17a2ae2

Browse files
authored
Release translate-1.5.0 (#8012)
1 parent 43a28d1 commit 17a2ae2

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

packages/google-cloud-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.5.0
8+
9+
05-16-2019 13:05 PDT
10+
11+
12+
### Implementation Changes
13+
- Add routing header to method metadata, fix docstring (via synth). ([#7660](https://github.com/googleapis/google-cloud-python/pull/7660))
14+
15+
### New Features
16+
- Add `client_info` support to client / connection. ([#7873](https://github.com/googleapis/google-cloud-python/pull/7873))
17+
18+
### Dependencies
19+
- Pin `google-cloud-core >= 1.0.0, < 2.0dev`. ([#7993](https://github.com/googleapis/google-cloud-python/pull/7993))
20+
21+
### Documentation
22+
- Add docs for v3beta1. ([#7681](https://github.com/googleapis/google-cloud-python/pull/7681))
23+
24+
### Internal / Testing Changes
25+
- Harden system test against back-end changes. ([#7987](https://github.com/googleapis/google-cloud-python/pull/7987))
26+
- Exclude `docs/conf.py` in synth. ([#7943](https://github.com/googleapis/google-cloud-python/pull/7943))
27+
- Update `docs/conf.py` (via synth). ([#7837](https://github.com/googleapis/google-cloud-python/pull/7837))
28+
- Add nox session `docs`, reorder methods (via synth). ([#7785](https://github.com/googleapis/google-cloud-python/pull/7785))
29+
730
## 1.4.0
831

932
04-02-2019 14:24 PDT

packages/google-cloud-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.4.0'
25+
version = '1.5.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)