Skip to content

Commit 5a5dc9f

Browse files
chore(main): release 2.4.0 (#416)
* chore(main): release 2.4.0 * drop google-cloud-documentai from constraints-3.7.txt Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent ea0086b commit 5a5dc9f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

packages/google-cloud-documentai/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/googleapis/python-documentai/compare/v2.3.0...v2.4.0) (2022-11-27)
4+
5+
6+
### Features
7+
8+
* Added field_mask field in DocumentOutputConfig.GcsOutputConfig in document_io.proto ([#415](https://github.com/googleapis/python-documentai/issues/415)) ([575121f](https://github.com/googleapis/python-documentai/commit/575121f2900f2f7245ebc0c87913fff844801326))
9+
10+
11+
### Documentation
12+
13+
* **samples:** Fix Typos in Batch process & get processor Samples ([7bdedd1](https://github.com/googleapis/python-documentai/commit/7bdedd1eb6feb266ebf4f663ce572a185883f024))
14+
315
## [2.3.0](https://github.com/googleapis/python-documentai/compare/v2.2.0...v2.3.0) (2022-11-14)
416

517

packages/google-cloud-documentai/setup.py

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

2121
import setuptools # type: ignore
2222

23-
version = "2.3.0"
23+
version = "2.4.0"
2424

2525
package_root = os.path.abspath(os.path.dirname(__file__))
2626

packages/google-cloud-documentai/testing/constraints-3.7.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
google-api-core==1.33.2
88
proto-plus==1.22.0
99
protobuf==3.19.5
10-
google-cloud-documentai==2.3.0

0 commit comments

Comments
 (0)