chore: bump version to 5.6.2 [skip ci]

This commit is contained in:
github-actions[bot]
2026-03-29 08:33:20 +00:00
parent 092d1b8aa2
commit 7db8af7f83
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## [v5.6.2](https://github.com/docling-project/docling-parse/releases/tag/v5.6.2) - 2026-03-29
### Fix
* Prevent infinite loop in TOC extraction with circular PDF refererences ([#246](https://github.com/docling-project/docling-parse/issues/246)) ([`092d1b8`](https://github.com/docling-project/docling-parse/commit/092d1b8aa289db8d0ab18db529578a4cbd5e6dc8))
## [v5.6.1](https://github.com/docling-project/docling-parse/releases/tag/v5.6.1) - 2026-03-24
### Fix
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "docling-parse"
version = "5.6.1"
version = "5.6.2"
description = "Simple package to extract text with coordinates from programmatic PDFs"
license = "MIT"
keywords = ["docling", "pdf", "parser"]
Generated
+1 -1
View File
@@ -795,7 +795,7 @@ wheels = [
[[package]]
name = "docling-parse"
version = "5.6.1"
version = "5.6.2"
source = { editable = "." }
dependencies = [
{ name = "docling-core" },