From 4dd1c87391e249a8e4f29b0ecc6b1f1cd0004778 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Dec 2024 10:14:39 +0000 Subject: [PATCH] chore: bump version to 2.7.1 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7b2d2..1269dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.7.1](https://github.com/DS4SD/docling-core/releases/tag/v2.7.1) - 2024-12-06 + +### Fix + +* Multimodal output ([#96](https://github.com/DS4SD/docling-core/issues/96)) ([`2133af6`](https://github.com/DS4SD/docling-core/commit/2133af61121d202a4df04ef9a28308b82d7c87cb)) + ## [v2.7.0](https://github.com/DS4SD/docling-core/releases/tag/v2.7.0) - 2024-12-04 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 979502f..0bc0df5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "2.7.0" +version = "2.7.1" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [