Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Release videointelligence 1.7.0 (#7436)
Browse files Browse the repository at this point in the history
* Release 1.7.0
  • Loading branch information
crwilcox authored Feb 25, 2019
1 parent 69b6052 commit a581bb6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a581bb6

Please sign in to comment.