We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d9a90 commit e9396a3Copy full SHA for e9396a3
vision/CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
[1]: https://pypi.org/project/google-cloud-vision/#history
6
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
15
## 0.30.1
16
17
### Dependencies
vision/setup.py
@@ -22,7 +22,7 @@
22
23
name = 'google-cloud-vision'
24
description = 'Google Cloud Vision API client library'
25
-version = '0.30.1'
+version = '0.31.0'
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments