File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
packages/google-cloud-documentai Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### [ 1.2.1] ( https://github.com/googleapis/python-documentai/compare/v1.2.0...v1.2.1 ) (2022-01-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** drop packaging dependency ([ 038a736] ( https://github.com/googleapis/python-documentai/commit/038a7364fe0d2341a3bda1e40bfe23d864427ab7 ) )
9
+ * ** deps:** require google-api-core >= 1.28.0 ([ 038a736] ( https://github.com/googleapis/python-documentai/commit/038a7364fe0d2341a3bda1e40bfe23d864427ab7 ) )
10
+
3
11
## [ 1.2.0] ( https://www.github.com/googleapis/python-documentai/compare/v1.1.0...v1.2.0 ) (2021-10-14)
4
12
5
13
Original file line number Diff line number Diff line change 19
19
import os
20
20
import setuptools # type: ignore
21
21
22
- version = "1.2.0 "
22
+ version = "1.2.1 "
23
23
24
24
package_root = os .path .abspath (os .path .dirname (__file__ ))
25
25
You can’t perform that action at this time.
0 commit comments