chore: bump version to 2.56.1 [skip ci]

This commit is contained in:
github-actions[bot]
2025-10-13 16:30:04 +00:00
parent 688a7dfd38
commit 3687d865f8
3 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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 = [

2
uv.lock generated
View File

@@ -1084,7 +1084,7 @@ wheels = [
[[package]]
name = "docling"
version = "2.56.0"
version = "2.56.1"
source = { editable = "." }
dependencies = [
{ name = "accelerate" },