From 9a561931a9969a97633e5d2ea114ab1762a6c50d Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Fri, 8 Nov 2019 09:35:57 -0800 Subject: [PATCH 1/2] chore(videointelligence): release 1.12.0 --- videointelligence/CHANGELOG.md | 22 ++++++++++++++++++++++ videointelligence/setup.py | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/videointelligence/CHANGELOG.md b/videointelligence/CHANGELOG.md index daaafbfb41dd..488ca41b589f 100644 --- a/videointelligence/CHANGELOG.md +++ b/videointelligence/CHANGELOG.md @@ -4,6 +4,28 @@ [1]: https://pypi.org/project/google-cloud-videointelligence/#history +## 1.12.0 + +11-08-2019 09:32 PST + + +### Implementation Changes +- Make `features` a positional parameter in `annotate_video`, update retry config, make AnnotateVideo nonidempotent (via synth) ([#9440](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9440)) + +### New Features +- Add celebrity recognition support (via synth) ([#9612](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9612)) +- Drop support for `v1beta1` version of the API ([#9426](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9426)) + +### Documentation +- Tweak docstrings, client configuration (via synth) ([#9434](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9434)) +- Change requests intersphinx url (via synth) ([#9412](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9412)) +- Fix intersphinx reference to requests ([#9294](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9294)) +- Remove CI for gh-pages, use googleapis.dev for `api_core` refs ([#9085](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9085)) +- Remove compatibility badges from READMEs ([#9035](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9035)) + +### Internal / Testing Changes +- Enrich VPCSC tests ([#9193](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9193)) + ## 1.11.0 08-12-2019 14:00 PDT diff --git a/videointelligence/setup.py b/videointelligence/setup.py index ebd6cabf2c1a..5d5d67c59473 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.11.0" +version = "1.12.0" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' From bfa9e1f31f6c17b252f4c203ce073d4c94c8c540 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 11 Nov 2019 10:24:05 -0800 Subject: [PATCH 2/2] chore: add periods to release notes --- videointelligence/CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/videointelligence/CHANGELOG.md b/videointelligence/CHANGELOG.md index 488ca41b589f..9d2fdae2c937 100644 --- a/videointelligence/CHANGELOG.md +++ b/videointelligence/CHANGELOG.md @@ -10,21 +10,21 @@ ### Implementation Changes -- Make `features` a positional parameter in `annotate_video`, update retry config, make AnnotateVideo nonidempotent (via synth) ([#9440](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9440)) +- Make `features` a positional parameter in `annotate_video`, update retry config, make AnnotateVideo nonidempotent (via synth). ([#9440](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9440)) ### New Features -- Add celebrity recognition support (via synth) ([#9612](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9612)) -- Drop support for `v1beta1` version of the API ([#9426](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9426)) +- Add celebrity recognition support (via synth). ([#9612](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9612)) +- Drop support for `v1beta1` version of the API. ([#9426](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9426)) ### Documentation -- Tweak docstrings, client configuration (via synth) ([#9434](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9434)) -- Change requests intersphinx url (via synth) ([#9412](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9412)) -- Fix intersphinx reference to requests ([#9294](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9294)) -- Remove CI for gh-pages, use googleapis.dev for `api_core` refs ([#9085](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9085)) -- Remove compatibility badges from READMEs ([#9035](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9035)) +- Tweak docstrings, client configuration (via synth). ([#9434](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9434)) +- Change requests intersphinx url (via synth). ([#9412](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9412)) +- Fix intersphinx reference to requests. ([#9294](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9294)) +- Remove CI for gh-pages, use googleapis.dev for `api_core` refs. ([#9085](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9085)) +- Remove compatibility badges from READMEs. ([#9035](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9035)) ### Internal / Testing Changes -- Enrich VPCSC tests ([#9193](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9193)) +- Enrich VPCSC tests. ([#9193](https://github.com/GoogleCloudPlatform/google-cloud-python/pull/9193)) ## 1.11.0