From f3c9f8024aebdfef67a0f8750f28bb87ae0f118c Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Mon, 25 Feb 2019 12:27:00 -0800 Subject: [PATCH 1/3] Release 1.7.0 --- videointelligence/CHANGELOG.md | 22 ++++++++++++++++++++++ videointelligence/setup.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/videointelligence/CHANGELOG.md b/videointelligence/CHANGELOG.md index e00ef38c99f1..e02ff6adf346 100644 --- a/videointelligence/CHANGELOG.md +++ b/videointelligence/CHANGELOG.md @@ -4,6 +4,28 @@ [1]: https://pypi.org/project/google-cloud-videointelligence/#history +## 1.7.0 + +02-25-2019 12:25 PST + + +### Implementation Changes +- Remove unused message exports. ([#7279](https://github.com/googleapis/google-cloud-python/pull/7279)) +- Protoc-generated serialization update. ([#7099](https://github.com/googleapis/google-cloud-python/pull/7099)) + +### New Features +- Add text detection / object tracking feature support (via sync). ([#7415](https://github.com/googleapis/google-cloud-python/pull/7415)) + +### Documentation +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) +- Update copyright headers +- Pick up stub docstring fix in GAPIC generator. ([#6986](https://github.com/googleapis/google-cloud-python/pull/6986)) + +### Internal / Testing Changes +- Add clarifying comment to blacken nox target. ([#7407](https://github.com/googleapis/google-cloud-python/pull/7407)) +- Copy proto files alongside protoc versions. +- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) + ## 1.6.1 12-17-2018 17:09 PST diff --git a/videointelligence/setup.py b/videointelligence/setup.py index 9a51402e3938..c5aaa0dd1e87 100644 --- a/videointelligence/setup.py +++ b/videointelligence/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-videointelligence' description = 'Google Cloud Video Intelligence API client library' -version = '1.6.1' +version = '1.7.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From 36f030044a22f7cadbf3fd70bf533e93639da2cb Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Mon, 25 Feb 2019 12:29:35 -0800 Subject: [PATCH 2/3] Update videointelligence/CHANGELOG.md --- videointelligence/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videointelligence/CHANGELOG.md b/videointelligence/CHANGELOG.md index e02ff6adf346..bea96bf80054 100644 --- a/videointelligence/CHANGELOG.md +++ b/videointelligence/CHANGELOG.md @@ -18,7 +18,7 @@ ### Documentation - Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) -- Update copyright headers +- Update copyright headers. - Pick up stub docstring fix in GAPIC generator. ([#6986](https://github.com/googleapis/google-cloud-python/pull/6986)) ### Internal / Testing Changes From eeeb5642670cd30ef7bfe245e698560efb1f3895 Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Mon, 25 Feb 2019 12:29:41 -0800 Subject: [PATCH 3/3] Update videointelligence/CHANGELOG.md --- videointelligence/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videointelligence/CHANGELOG.md b/videointelligence/CHANGELOG.md index bea96bf80054..785958ad20a8 100644 --- a/videointelligence/CHANGELOG.md +++ b/videointelligence/CHANGELOG.md @@ -24,7 +24,7 @@ ### Internal / Testing Changes - Add clarifying comment to blacken nox target. ([#7407](https://github.com/googleapis/google-cloud-python/pull/7407)) - Copy proto files alongside protoc versions. -- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) +- Add protos as an artifact to library. ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) ## 1.6.1