From dd5c0cc0b6b034def5e7f2cdbd14698691e0827b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Sep 2024 15:38:50 +0000 Subject: [PATCH] chore: bump version to 1.3.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 4d20454..1b146a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.3.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.3.0) - 2024-09-23 + +### Feature + +* Extend the tests and demo to first download the model files from HF. Add the pytest in GitHub workflow ( #30) ([`79888d0`](https://github.com/DS4SD/docling-ibm-models/commit/79888d0b87172af43f2585b54e974e54130bab4e)) + ## [v1.2.1](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.2.1) - 2024-09-18 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9165dfa..8f60220 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "1.2.1" # DO NOT EDIT, updated automatically +version = "1.3.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"