From 778cd1f3cd7141f745874ca426a11dbe3b67778c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Jan 2025 18:01:02 +0000 Subject: [PATCH] chore: bump version to 3.1.0 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61825c02..e2a48b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v3.1.0](https://github.com/DS4SD/docling-parse/releases/tag/v3.1.0) - 2025-01-17 + +### Feature + +* Update for complex fonts, rendering, and experimental high-level API ([#82](https://github.com/DS4SD/docling-parse/issues/82)) ([`525ed8e`](https://github.com/DS4SD/docling-parse/commit/525ed8e38003c846f5ad9c9089bfa845db0d8117)) + ## [v3.0.0](https://github.com/DS4SD/docling-parse/releases/tag/v3.0.0) - 2024-12-09 ### Feature diff --git a/pyproject.toml b/pyproject.toml index fe8596c8..e4bcc5e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-parse" -version = "3.0.0" +version = "3.1.0" description = "Simple package to extract text with coordinates from programmatic PDFs" authors = ["Peter Staar "] maintainers = [