From 180a347a6efb79e8f2710b2276dee514cb4e6ff3 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim Date: Mon, 25 Feb 2019 15:05:32 -0800 Subject: [PATCH 1/3] Release 0.36.0 --- vision/CHANGELOG.md | 24 ++++++++++++++++++++++++ vision/setup.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/vision/CHANGELOG.md b/vision/CHANGELOG.md index 86dc8ce17d20..015ef3a939fe 100644 --- a/vision/CHANGELOG.md +++ b/vision/CHANGELOG.md @@ -4,6 +4,30 @@ [1]: https://pypi.org/project/google-cloud-vision/#history +## 0.36.0 + +02-25-2019 15:02 PST + + +### Implementation Changes +- Remove unused message exports. ([#7280](https://github.com/googleapis/google-cloud-python/pull/7280)) +- Protoc-generated serialization update. ([#7100](https://github.com/googleapis/google-cloud-python/pull/7100)) +- GAPIC generation fixes: ([#7058](https://github.com/googleapis/google-cloud-python/pull/7058)) +- Pick up order-of-enum fix from GAPIC generator. ([#6881](https://github.com/googleapis/google-cloud-python/pull/6881)) + +### New Features +- Add vision v1p4beta1 ([#7438](https://github.com/googleapis/google-cloud-python/pull/7438)) +- [CHANGE ME] Re-generated vision to pick up changes in the API or client library generator. ([#7408](https://github.com/googleapis/google-cloud-python/pull/7408)) + +### Documentation +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) +- Update copyright headers + +### Internal / Testing Changes +- Copy proto files alongside protoc versions +- Vision: get system logo tests healthy. ([#7245](https://github.com/googleapis/google-cloud-python/pull/7245)) +- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) + ## 0.35.2 12-17-2018 17:10 PST diff --git a/vision/setup.py b/vision/setup.py index c02989376598..9882d534b6cd 100644 --- a/vision/setup.py +++ b/vision/setup.py @@ -19,7 +19,7 @@ name = 'google-cloud-vision' description = 'Cloud Vision API API client library' -version = '0.35.2' +version = '0.36.0' release_status = 'Development Status :: 4 - Beta' dependencies = [ 'google-api-core[grpc] >= 1.6.0, < 2.0.0dev', From 53da6cb17bfeb29eabf27d41eccefa1a555f772b Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 25 Feb 2019 15:07:00 -0800 Subject: [PATCH 2/3] Update CHANGELOG.md --- vision/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision/CHANGELOG.md b/vision/CHANGELOG.md index 015ef3a939fe..4ce858ca8b35 100644 --- a/vision/CHANGELOG.md +++ b/vision/CHANGELOG.md @@ -17,13 +17,13 @@ ### New Features - Add vision v1p4beta1 ([#7438](https://github.com/googleapis/google-cloud-python/pull/7438)) -- [CHANGE ME] Re-generated vision to pick up changes in the API or client library generator. ([#7408](https://github.com/googleapis/google-cloud-python/pull/7408)) ### Documentation - Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) - Update copyright headers ### Internal / Testing Changes +- Add clarifying comment to blacken nox target. ([#7408](https://github.com/googleapis/google-cloud-python/pull/7408)) - Copy proto files alongside protoc versions - Vision: get system logo tests healthy. ([#7245](https://github.com/googleapis/google-cloud-python/pull/7245)) - Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) From 0d47f82aebd1a3be2eeccd7992b63dc1aeafb916 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 25 Feb 2019 16:36:04 -0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- vision/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vision/CHANGELOG.md b/vision/CHANGELOG.md index 4ce858ca8b35..208002b893a1 100644 --- a/vision/CHANGELOG.md +++ b/vision/CHANGELOG.md @@ -16,17 +16,17 @@ - Pick up order-of-enum fix from GAPIC generator. ([#6881](https://github.com/googleapis/google-cloud-python/pull/6881)) ### New Features -- Add vision v1p4beta1 ([#7438](https://github.com/googleapis/google-cloud-python/pull/7438)) +- Add vision v1p4beta1. ([#7438](https://github.com/googleapis/google-cloud-python/pull/7438)) ### Documentation - Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) -- Update copyright headers +- Update copyright headers. ### Internal / Testing Changes - Add clarifying comment to blacken nox target. ([#7408](https://github.com/googleapis/google-cloud-python/pull/7408)) - Copy proto files alongside protoc versions - Vision: get system logo tests healthy. ([#7245](https://github.com/googleapis/google-cloud-python/pull/7245)) -- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) +- Add protos as an artifact to library. ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) ## 0.35.2