From 620ce428c66928e670d47004bbb563e1779070e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Sep 2024 14:24:39 +0000 Subject: [PATCH] chore: bump version to 1.2.1 [skip ci] --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a490f..4d20454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d0fc3a7..5caee2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Maxim Lysak ", "Ahmed Nassar ", "Christoph Auer ", "Michele Dolfi ", "Peter Staar "] license = "MIT"