chore: bump version to 2.61.0 [skip ci]

This commit is contained in:
github-actions[bot]
2025-11-06 04:25:06 +00:00
parent fa925741b6
commit 0ccc0a3245
3 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
## [v2.61.0](https://github.com/docling-project/docling/releases/tag/v2.61.0) - 2025-11-06
### Feature
* **vlm:** Track generated tokens and stop reasons for VLM models ([#2543](https://github.com/docling-project/docling/issues/2543)) ([`6a04e27`](https://github.com/docling-project/docling/commit/6a04e273528691eb22a5708f1270d4c5fa8f5b7c))
### Fix
* Temporarily pin NuExtract to working revision ([#2588](https://github.com/docling-project/docling/issues/2588)) ([`fa92574`](https://github.com/docling-project/docling/commit/fa925741b6dc00c7bd2806c62cb75cb539649c9f))
* **ocr:** Use PSM integer values directly instead of constructor ([#2578](https://github.com/docling-project/docling/issues/2578)) ([`1a5146a`](https://github.com/docling-project/docling/commit/1a5146abc9dbd4ed9d08da186695fbbcb07814a2))
## [v2.60.1](https://github.com/docling-project/docling/releases/tag/v2.60.1) - 2025-11-04 ## [v2.60.1](https://github.com/docling-project/docling/releases/tag/v2.60.1) - 2025-11-04
### Fix ### Fix

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "docling" name = "docling"
version = "2.60.1" # DO NOT EDIT, updated automatically version = "2.61.0" # 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.1" version = "2.61.0"
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'" },