From 110ac3e09fb096ae1dd597cce9ace077f9ffa79e Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 16 May 2019 16:07:01 -0400 Subject: [PATCH] Release 1.5.0 --- translate/CHANGELOG.md | 23 +++++++++++++++++++++++ translate/setup.py | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/translate/CHANGELOG.md b/translate/CHANGELOG.md index 0686d63ec92f..368581f4cb9c 100644 --- a/translate/CHANGELOG.md +++ b/translate/CHANGELOG.md @@ -4,6 +4,29 @@ [1]: https://pypi.org/project/google-cloud-translate/#history +## 1.5.0 + +05-16-2019 13:05 PDT + + +### Implementation Changes +- Add routing header to method metadata, fix docstring (via synth). ([#7660](https://github.com/googleapis/google-cloud-python/pull/7660)) + +### New Features +- Add `client_info` support to client / connection. ([#7873](https://github.com/googleapis/google-cloud-python/pull/7873)) + +### Dependencies +- Pin `google-cloud-core >= 1.0.0, < 2.0dev`. ([#7993](https://github.com/googleapis/google-cloud-python/pull/7993)) + +### Documentation +- Add docs for v3beta1. ([#7681](https://github.com/googleapis/google-cloud-python/pull/7681)) + +### Internal / Testing Changes +- Harden system test against back-end changes. ([#7987](https://github.com/googleapis/google-cloud-python/pull/7987)) +- Exclude `docs/conf.py` in synth. ([#7943](https://github.com/googleapis/google-cloud-python/pull/7943)) +- Update `docs/conf.py` (via synth). ([#7837](https://github.com/googleapis/google-cloud-python/pull/7837)) +- Add nox session `docs`, reorder methods (via synth). ([#7785](https://github.com/googleapis/google-cloud-python/pull/7785)) + ## 1.4.0 04-02-2019 14:24 PDT diff --git a/translate/setup.py b/translate/setup.py index 8ac9e403d3f0..224e09f1599b 100644 --- a/translate/setup.py +++ b/translate/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-translate' description = 'Google Cloud Translation API client library' -version = '1.4.0' +version = '1.5.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'