From 2a8be464a3ad866205b77ad2385a3a32e65082f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Oct 2024 15:40:58 +0000 Subject: [PATCH] chore: bump version to 1.3.3 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba12392..b10244d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.3.3](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.3.3) - 2024-10-01 + +### Fix + +* Put back in common.py the function `read_config()`. Extend the unit tests. ([#36](https://github.com/DS4SD/docling-ibm-models/issues/36)) ([`d0bdb22`](https://github.com/DS4SD/docling-ibm-models/commit/d0bdb22b1535bfe118e7ec88ea9f2b17ca4469e8)) + ## [v1.3.2](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.3.2) - 2024-09-30 ### Fix diff --git a/pyproject.toml b/pyproject.toml index e5df146..a404640 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "1.3.2" # DO NOT EDIT, updated automatically +version = "1.3.3" # 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"