File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1919
2020name = 'google-cloud-vision'
2121description = 'Cloud Vision API API client library'
22- version = '0.34 .0'
22+ version = '0.35 .0'
2323release_status = 'Development Status :: 4 - Beta'
2424dependencies = [
2525 'google-api-core[grpc] >= 1.4.1, < 2.0.0dev' ,
You can’t perform that action at this time.
0 commit comments