From 8d076a957bef3b935718ac26750584348c498778 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 19 Sep 2018 12:30:48 -0400 Subject: [PATCH 1/2] Release 1.4.0 --- videointelligence/CHANGELOG.md | 15 +++++++++++++++ videointelligence/setup.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/videointelligence/CHANGELOG.md b/videointelligence/CHANGELOG.md index aeb71ab2b5bf..a4c0799f1905 100644 --- a/videointelligence/CHANGELOG.md +++ b/videointelligence/CHANGELOG.md @@ -4,6 +4,21 @@ [1]: https://pypi.org/project/google-cloud-videointelligence/#history +## 1.4.0 + +### New Features +- Add support for 'v1p2beta1' API version ([#6004](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/6004)) + +### Implementation Changes +- Re-generate library using videointelligence/synth.py ([#5982](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5982)) +- Re-generate library using videointelligence/synth.py ([#5954](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5954)) + +### Dependencies + +### Documentation + +### Internal / Testing Changes + ## 1.3.0 ### Implementation Changes diff --git a/videointelligence/setup.py b/videointelligence/setup.py index 356bf794207b..1e6c5b3566f9 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.3.0' +version = '1.4.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From eea9c7e3d90368fff50678966ef76a692e185caa Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 19 Sep 2018 12:32:51 -0400 Subject: [PATCH 2/2] Trim unused sections --- videointelligence/CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/videointelligence/CHANGELOG.md b/videointelligence/CHANGELOG.md index a4c0799f1905..fcf87a91bd8d 100644 --- a/videointelligence/CHANGELOG.md +++ b/videointelligence/CHANGELOG.md @@ -13,12 +13,6 @@ - Re-generate library using videointelligence/synth.py ([#5982](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5982)) - Re-generate library using videointelligence/synth.py ([#5954](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/5954)) -### Dependencies - -### Documentation - -### Internal / Testing Changes - ## 1.3.0 ### Implementation Changes