Skip to content

Commit 5f857a5

Browse files
authored
Release 0.35.0 (#6485)
1 parent 713e715 commit 5f857a5

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

vision/CHANGELOG.md

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

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

7+
## 0.35.0
8+
9+
11-13-2018 09:55 PST
10+
11+
12+
### Implementation Changes
13+
- Fix client_info bug, update docstrings via synth. ([#6437](https://github.com/googleapis/google-cloud-python/pull/6437))
14+
15+
### New Features
16+
- Add 'product_search_client' to 'vision_v1'. ([#6361](https://github.com/googleapis/google-cloud-python/pull/6361))
17+
18+
### Dependencies
19+
- Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([#6391](https://github.com/googleapis/google-cloud-python/pull/6391))
20+
21+
### Documentation
22+
- Fix GAX fossils. ([#6264](https://github.com/googleapis/google-cloud-python/pull/6264))
23+
- Normalize use of support level badges. ([#6159](https://github.com/googleapis/google-cloud-python/pull/6159))
24+
- Harmonize / DRY 'README.rst' / 'docs/index.rst'. ([#6003](https://github.com/googleapis/google-cloud-python/pull/6003))
25+
26+
### Internal / Testing Changes
27+
- Use new Nox. ([#6175](https://github.com/googleapis/google-cloud-python/pull/6175))
28+
729
## 0.34.0
830

931
### Implementation Changes

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.34.0'
22+
version = '0.35.0'
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)