Skip to content

Commit e9396a3

Browse files
crwilcoxJon Wayne Parrott
authored andcommitted
Release vision 0.31.0 (googleapis#5146)
1 parent f3d9a90 commit e9396a3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

vision/CHANGELOG.md

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

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

7+
## 0.31.0
8+
9+
- Vision v1p2beta1: PDF/TIFF OCR (#5127)
10+
- Use `install_requires` for platform dependencies instead of `extras_require` (#4991)
11+
- Add vision v1p2beta1 (#4998)
12+
- Fix bad trove classifier
13+
- Add max results to feature (#4817)
14+
715
## 0.30.1
816

917
### Dependencies

vision/setup.py

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

2323
name = 'google-cloud-vision'
2424
description = 'Google Cloud Vision API client library'
25-
version = '0.30.1'
25+
version = '0.31.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)