Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit a32ba26

Browse files
chore(main): release 2.3.0 (#413)
* chore(main): release 2.3.0 Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Holt Skinner <holtskinner@google.com>
1 parent caefaa7 commit a32ba26

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [2.3.0](https://github.com/googleapis/python-documentai/compare/v2.2.0...v2.3.0) (2022-11-14)
4+
5+
6+
### Features
7+
8+
* Added TrainProcessorVersion, EvaluateProcessorVersion, GetEvaluation, and ListEvaluations v1beta3 APIs ([#412](https://github.com/googleapis/python-documentai/issues/412)) ([caefaa7](https://github.com/googleapis/python-documentai/commit/caefaa7941b0bdb68afd760fafe0365c9cb380f8)), closes [#410](https://github.com/googleapis/python-documentai/issues/410)
9+
310
## [2.2.0](https://github.com/googleapis/python-documentai/compare/v2.1.0...v2.2.0) (2022-11-14)
411

512

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.2.0"
23+
version = "2.3.0"
2424

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

testing/constraints-3.7.txt

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

0 commit comments

Comments
 (0)