diff --git a/CHANGELOG.md b/CHANGELOG.md index 316cd9bc..0ea06851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.0.4](https://github.com/DS4SD/docling-parse/releases/tag/v2.0.4) - 2024-11-13 + +### Fix + +* Removing asserts that break parse-v2 ([#55](https://github.com/DS4SD/docling-parse/issues/55)) ([`bb978c2`](https://github.com/DS4SD/docling-parse/commit/bb978c2918f3711aa838006a4b45f5701a561ef5)) + ## [v2.0.3](https://github.com/DS4SD/docling-parse/releases/tag/v2.0.3) - 2024-11-05 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6f369a6c..88c1fbb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-parse" -version = "2.0.3" +version = "2.0.4" description = "Simple package to extract text with coordinates from programmatic PDFs" authors = ["Peter Staar "] maintainers = [