Skip to content

Commit

Permalink
chore: bump version to 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2024
1 parent a78b664 commit 620ce42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [v1.2.1](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.2.1) - 2024-09-18

### Fix

* Safer bbox processing ([#27](https://github.com/DS4SD/docling-ibm-models/issues/27)) ([`d37272e`](https://github.com/DS4SD/docling-ibm-models/commit/d37272eb8e441045dc7c903530db4d1afd051f3e))
* Make col/row re-sorting optional on TF predictor (#19) [skip ci] ([`7e9758c`](https://github.com/DS4SD/docling-ibm-models/commit/7e9758c684317143ffd7bbfba71ad8d8328854b7))

## [v1.2.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.2.0) - 2024-09-17

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-ibm-models"
version = "1.2.0" # DO NOT EDIT, updated automatically
version = "1.2.1" # DO NOT EDIT, updated automatically
description = "This package contains the AI models used by the Docling PDF conversion package"
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]>"]
license = "MIT"
Expand Down

0 comments on commit 620ce42

Please sign in to comment.