diff --git a/vision/CHANGELOG.md b/vision/CHANGELOG.md index 86dc8ce17d20..208002b893a1 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)) + +### 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)) + ## 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',