diff --git a/CHANGELOG.md b/CHANGELOG.md index 61df296..ba12392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.3.2](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.3.2) - 2024-09-30 + +### Fix + +* Remove left-over code which is not needed for prediction ([#35](https://github.com/DS4SD/docling-ibm-models/issues/35)) ([`b6ba0c7`](https://github.com/DS4SD/docling-ibm-models/commit/b6ba0c7749177eb25c3ef79188f2508be211150a)) + ## [v1.3.1](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.3.1) - 2024-09-27 ### Fix diff --git a/pyproject.toml b/pyproject.toml index b352048..e5df146 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "1.3.1" # DO NOT EDIT, updated automatically +version = "1.3.2" # 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"