From 193fda750d05b2b99d4f1d88b9907038448ed04c Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 6 Mar 2019 12:42:44 -0800 Subject: [PATCH] Release 1.8.0 (#7493) --- CHANGELOG.md | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 785958ad..36e48b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ [1]: https://pypi.org/project/google-cloud-videointelligence/#history +## 1.8.0 + +03-06-2019 12:20 PST + +### New Features +- Add videointelligence v1p3beta1 (Streaming API Support). ([#7490](https://github.com/googleapis/google-cloud-python/pull/7490)) + +### Internal / Testing Changes +- Copy lintified proto files (via synth). ([#7472](https://github.com/googleapis/google-cloud-python/pull/7472)) + ## 1.7.0 02-25-2019 12:25 PST diff --git a/setup.py b/setup.py index c5aaa0dd..37cb7b00 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-videointelligence' description = 'Google Cloud Video Intelligence API client library' -version = '1.7.0' +version = '1.8.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'