chore: bump version to 1.4.0 [skip ci]

This commit is contained in:
github-actions[bot]
2026-05-15 15:46:17 +00:00
parent 6efbb3f214
commit 2ab5d1250f
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
## [v1.4.0](https://github.com/docling-project/docling-eval/releases/tag/v1.4.0) - 2026-05-15
### Feature
* Improved region extraction and filtering for doclingsdg_builder.py ([#217](https://github.com/docling-project/docling-eval/issues/217)) ([`6efbb3f`](https://github.com/docling-project/docling-eval/commit/6efbb3f21498382ed37171c667638d5b6abb0ba7))
## [v1.3.0](https://github.com/docling-project/docling-eval/releases/tag/v1.3.0) - 2026-05-11
### Feature
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "docling-eval"
version = "1.3.0" # DO NOT EDIT, updated automatically
version = "1.4.0" # DO NOT EDIT, updated automatically
description = "Evaluation of Docling"
license = "MIT"
keywords= ["docling", "evaluation", "convert", "document", "pdf", "docx", "html", "markdown", "layout model", "segmentation", "table structure", "table former"]
Generated
+1 -1
View File
@@ -1280,7 +1280,7 @@ wheels = [
[[package]]
name = "docling-eval"
version = "1.3.0"
version = "1.4.0"
source = { editable = "." }
dependencies = [
{ name = "apted" },