From 32a5aed5ea7275f36e76cf771039cdd1085d090d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Nov 2025 11:26:12 +0000 Subject: [PATCH] chore: bump version to 2.60.1 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc74839a..ac302030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.60.1](https://github.com/docling-project/docling/releases/tag/v2.60.1) - 2025-11-04 + +### Fix + +* Extract response from api_image_request in picture description ([#2571](https://github.com/docling-project/docling/issues/2571)) ([`8360aa5`](https://github.com/docling-project/docling/commit/8360aa54492bc5b5e07fcd07b0b85284910f1a14)) + ## [v2.60.0](https://github.com/docling-project/docling/releases/tag/v2.60.0) - 2025-10-31 ### Feature diff --git a/pyproject.toml b/pyproject.toml index e98f3858..3f961cf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docling" -version = "2.60.0" # DO NOT EDIT, updated automatically +version = "2.60.1" # DO NOT EDIT, updated automatically description = "SDK and CLI for parsing PDF, DOCX, HTML, and more, to a unified document representation for powering downstream workflows such as gen AI applications." license = "MIT" keywords = [ diff --git a/uv.lock b/uv.lock index 94ba43bb..c2fd977f 100644 --- a/uv.lock +++ b/uv.lock @@ -1407,7 +1407,7 @@ wheels = [ [[package]] name = "docling" -version = "2.60.0" +version = "2.60.1" source = { editable = "." } dependencies = [ { name = "accelerate", version = "1.10.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },