Skip to content

Commit 620ce42

Browse files
chore: bump version to 1.2.1 [skip ci]
1 parent a78b664 commit 620ce42

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v1.2.1](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.2.1) - 2024-09-18
2+
3+
### Fix
4+
5+
* Safer bbox processing ([#27](https://github.com/DS4SD/docling-ibm-models/issues/27)) ([`d37272e`](https://github.com/DS4SD/docling-ibm-models/commit/d37272eb8e441045dc7c903530db4d1afd051f3e))
6+
* Make col/row re-sorting optional on TF predictor (#19) [skip ci] ([`7e9758c`](https://github.com/DS4SD/docling-ibm-models/commit/7e9758c684317143ffd7bbfba71ad8d8328854b7))
7+
18
## [v1.2.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.2.0) - 2024-09-17
29

310
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docling-ibm-models"
3-
version = "1.2.0" # DO NOT EDIT, updated automatically
3+
version = "1.2.1" # DO NOT EDIT, updated automatically
44
description = "This package contains the AI models used by the Docling PDF conversion package"
55
authors = ["Nikos Livathinos <[email protected]>", "Maxim Lysak <[email protected]>", "Ahmed Nassar <[email protected]>", "Christoph Auer <[email protected]>", "Michele Dolfi <[email protected]>", "Peter Staar <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)