Skip to content

Commit

Permalink
Release vision 0.35.1 (#6640)
Browse files Browse the repository at this point in the history
* Release 0.35.1
  • Loading branch information
crwilcox authored Nov 26, 2018
1 parent 93f8ec8 commit ea46909
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/google-cloud-vision/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

[1]: https://pypi.org/project/google-cloud-vision/#history

## 0.35.1

11-21-2018 11:25 PST

### Implementation Changes
- Add ProductSearchClient to vision.py ([#6635](https://github.com/googleapis/google-cloud-python/pull/6635))

### Internal / Testing Changes
- Merge fixes to GAPIC generator. ([#6632](https://github.com/googleapis/google-cloud-python/pull/6632))

## 0.35.0

11-13-2018 09:55 PST
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

name = 'google-cloud-vision'
description = 'Cloud Vision API API client library'
version = '0.35.0'
version = '0.35.1'
release_status = 'Development Status :: 4 - Beta'
dependencies = [
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
Expand Down

0 comments on commit ea46909

Please sign in to comment.