Skip to content

Commit 264984c

Browse files
authored
Merge 80d24b5 into 169bc22
2 parents 169bc22 + 80d24b5 commit 264984c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

vision/CHANGELOG.md

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

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

7+
## 0.35.2
8+
9+
12-17-2018 17:10 PST
10+
11+
12+
### Implementation Changes
13+
- Use moved iam.policy now at google.api_core.iam.policy ([#6741](https://github.com/googleapis/google-cloud-python/pull/6741))
14+
15+
### Documentation
16+
- Document Python 2 deprecation ([#6910](https://github.com/googleapis/google-cloud-python/pull/6910))
17+
18+
### Internal / Testing Changes
19+
- Blacken all gen'd libs ([#6792](https://github.com/googleapis/google-cloud-python/pull/6792))
20+
- Omit local deps ([#6701](https://github.com/googleapis/google-cloud-python/pull/6701))
21+
- Run black at end of synth.py ([#6698](https://github.com/googleapis/google-cloud-python/pull/6698))
22+
- Run Black on Generated libraries ([#6666](https://github.com/googleapis/google-cloud-python/pull/6666))
23+
- Add templates for flake8, coveragerc, noxfile, and black. ([#6642](https://github.com/googleapis/google-cloud-python/pull/6642))
24+
725
## 0.35.1
826

927
11-21-2018 11:25 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.1'
22+
version = '0.35.2'
2323
release_status = 'Development Status :: 4 - Beta'
2424
dependencies = [
2525
'google-api-core[grpc] >= 1.6.0, < 2.0.0dev',

0 commit comments

Comments
 (0)