From 0ccc0a32450b54613f0cee9a58733a64dcd5d4b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 6 Nov 2025 04:25:06 +0000 Subject: [PATCH] chore: bump version to 2.61.0 [skip ci] --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac302030..f22bd8e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3f961cf5..fb531434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] 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." license = "MIT" keywords = [ diff --git a/uv.lock b/uv.lock index c2fd977f..56d334d9 100644 --- a/uv.lock +++ b/uv.lock @@ -1407,7 +1407,7 @@ wheels = [ [[package]] name = "docling" -version = "2.60.1" +version = "2.61.0" source = { editable = "." } dependencies = [ { name = "accelerate", version = "1.10.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },