Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 52d1625

Browse files
chore(main): release 0.14.0-alpha (#337)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c877b22 commit 52d1625

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.14.0-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.13.5-alpha...v0.14.0-alpha) (2024-07-16)
4+
5+
6+
### Features
7+
8+
* Add Support for Layout Parser Documents ([#334](https://github.com/googleapis/python-documentai-toolbox/issues/334)) ([c877b22](https://github.com/googleapis/python-documentai-toolbox/commit/c877b22367adb821ca4dd4e783249f8dd9a32501))
9+
10+
11+
### Bug Fixes
12+
13+
* Add support for Classifier entities ([#333](https://github.com/googleapis/python-documentai-toolbox/issues/333)) ([2352cae](https://github.com/googleapis/python-documentai-toolbox/commit/2352cae6a04669188244a6dda443d7fa668cc457))
14+
315
## [0.13.5-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.13.4-alpha...v0.13.5-alpha) (2024-07-02)
416

517

google/cloud/documentai_toolbox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.13.5-alpha"
16+
__version__ = "0.14.0-alpha"

0 commit comments

Comments
 (0)