diff --git a/videointelligence/CHANGELOG.md b/videointelligence/CHANGELOG.md index e00ef38c99f1..785958ad20a8 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'