From 3687d865f85bd240c48dfb33be1f0db0e0f4e01f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 13 Oct 2025 16:30:04 +0000 Subject: [PATCH] chore: bump version to 2.56.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 5de5b866..e653019b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.56.1](https://github.com/docling-project/docling/releases/tag/v2.56.1) - 2025-10-13 + +### Fix + +* Avoid downloading easyocr models by default ([#2454](https://github.com/docling-project/docling/issues/2454)) ([`688a7df`](https://github.com/docling-project/docling/commit/688a7dfd38ba3e3aea64f7fe027815e910818785)) + ## [v2.56.0](https://github.com/docling-project/docling/releases/tag/v2.56.0) - 2025-10-13 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 7182509b..b7b15988 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "docling" -version = "2.56.0" # DO NOT EDIT, updated automatically +version = "2.56.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 b8fd0cd8..d09eb3e5 100644 --- a/uv.lock +++ b/uv.lock @@ -1084,7 +1084,7 @@ wheels = [ [[package]] name = "docling" -version = "2.56.0" +version = "2.56.1" source = { editable = "." } dependencies = [ { name = "accelerate" },