Skip to content

Commit

Permalink
Release 1.3.0 (#5623)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Jul 16, 2018
1 parent 47da942 commit 4a7a80c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/google-cloud-videointelligence/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

[1]: https://pypi.org/project/google-cloud-videointelligence/#history

## 1.3.0

### Implementation Changes
- Avoid overwriting '__module__' of messages from shared modules. (#5364)

### New Features
- Regenerate Video Intelligence v1p1beta1 endpoint to add new features (#5617)

### Internal / Testing Changes
- Add Test runs for Python 3.7 and remove 3.4 (#5295)

## 1.2.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-videointelligence/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.2.0'
version = '1.3.0'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 4a7a80c

Please sign in to comment.