chore: bump version to 2.60.1 [skip ci]

This commit is contained in:
github-actions[bot]
2025-11-04 11:26:12 +00:00
parent 0e1b0bd816
commit 32a5aed5ea
3 changed files with 8 additions and 2 deletions

View File

@@ -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 ## [v2.60.0](https://github.com/docling-project/docling/releases/tag/v2.60.0) - 2025-10-31
### Feature ### Feature

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "docling" 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." 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" license = "MIT"
keywords = [ keywords = [

2
uv.lock generated
View File

@@ -1407,7 +1407,7 @@ wheels = [
[[package]] [[package]]
name = "docling" name = "docling"
version = "2.60.0" version = "2.60.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "accelerate", version = "1.10.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" }, { name = "accelerate", version = "1.10.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },