diff --git a/CHANGELOG.md b/CHANGELOG.md index 5222e43..220a93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v3.2.1](https://github.com/DS4SD/docling-ibm-models/releases/tag/v3.2.1) - 2025-01-22 + +### Fix + +* Fixed prompt of code formula predictor ([#72](https://github.com/DS4SD/docling-ibm-models/issues/72)) ([`bdcc82f`](https://github.com/DS4SD/docling-ibm-models/commit/bdcc82f21e5bd886508592710eb440781bfeb919)) + ## [v3.2.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v3.2.0) - 2025-01-21 ### Feature diff --git a/pyproject.toml b/pyproject.toml index ea4db52..d83d444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "3.2.0" # DO NOT EDIT, updated automatically +version = "3.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"