Skip to content

Commit 13efbe1

Browse files
authored
Release vision 0.35.1 (googleapis#6640)
* Release 0.35.1
1 parent a5af6ac commit 13efbe1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

vision/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

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

7+
## 0.35.1
8+
9+
11-21-2018 11:25 PST
10+
11+
### Implementation Changes
12+
- Add ProductSearchClient to vision.py ([#6635](https://github.com/googleapis/google-cloud-python/pull/6635))
13+
14+
### Internal / Testing Changes
15+
- Merge fixes to GAPIC generator. ([#6632](https://github.com/googleapis/google-cloud-python/pull/6632))
16+
717
## 0.35.0
818

919
11-13-2018 09:55 PST

vision/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
name = 'google-cloud-vision'
2121
description = 'Cloud Vision API API client library'
22-
version = '0.35.0'
22+
version = '0.35.1'
2323
release_status = 'Development Status :: 4 - Beta'
2424
dependencies = [
2525
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',

0 commit comments

Comments
 (0)