From f60d3fc769761658e95d90eb0f6604a617df4237 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Sep 2024 12:09:53 +0000 Subject: [PATCH] chore: bump version to 1.2.0 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec14311..c8a490f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.2.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.2.0) - 2024-09-17 + +### Feature + +* **LayoutPredictor:** Introduce black-listed classes which are filtered out from the response. ([#26](https://github.com/DS4SD/docling-ibm-models/issues/26)) ([`86a6a50`](https://github.com/DS4SD/docling-ibm-models/commit/86a6a5071bd84dd2b6806ac413a3163e78b6127f)) + ## [v1.1.7](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.7) - 2024-09-05 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 564656a..d0fc3a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "1.1.7" # DO NOT EDIT, updated automatically +version = "1.2.0" # 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"