diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f6ad79..c3aa16ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.5.0](https://github.com/DS4SD/docling-parse/releases/tag/v1.5.0) - 2024-10-10 + +### Feature + +* Python 3.13 support ([#39](https://github.com/DS4SD/docling-parse/issues/39)) ([`71a043e`](https://github.com/DS4SD/docling-parse/commit/71a043eb97e437c7e99970fab122bbd59fdee4b0)) + ## [v1.4.1](https://github.com/DS4SD/docling-parse/releases/tag/v1.4.1) - 2024-10-02 ### Fix diff --git a/pyproject.toml b/pyproject.toml index da08799b..4cbee625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-parse" -version = "1.4.1" +version = "1.5.0" description = "Simple package to extract text with coordinates from programmatic PDFs" authors = ["Peter Staar "] maintainers = [