Skip to content

Commit c0e12e6

Browse files
authored
Release vision 0.39.0 (googleapis#9017)
* Release 0.39.0 * Fix typo.
1 parent 9fd8146 commit c0e12e6

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

vision/CHANGELOG.md

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

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

7+
## 0.39.0
8+
9+
08-12-2019 13:57 PDT
10+
11+
### Implementation Changes
12+
- Remove send/recv msg size limit (via synth). ([#8976](https://github.com/googleapis/google-cloud-python/pull/8976))
13+
14+
### New Features
15+
- Add 'parent' argument to annotation requests; add 'ProductSearchClient.purge_products' method; add 'object_annotations' field to product search results (via synth). ([#8988](https://github.com/googleapis/google-cloud-python/pull/8988))
16+
17+
### Documentation
18+
- Update intersphinx mapping for requests. ([#8805](https://github.com/googleapis/google-cloud-python/pull/8805))
19+
720
## 0.38.1
821

922
07-24-2019 17:54 PDT

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.38.1"
22+
version = "0.39.0"
2323
release_status = "Development Status :: 4 - Beta"
2424
dependencies = [
2525
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",

0 commit comments

Comments
 (0)