From 160ce1912622a49ba5e84a921057f7b28203c637 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Nov 2024 12:05:05 +0000 Subject: [PATCH] chore: bump version to 2.1.1 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14259c98..ee0a5fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.1.1](https://github.com/DS4SD/docling-parse/releases/tag/v2.1.1) - 2024-11-21 + +### Fix + +* Compatibility with qpdf v10 ([#62](https://github.com/DS4SD/docling-parse/issues/62)) ([`7f87b26`](https://github.com/DS4SD/docling-parse/commit/7f87b2630e6957eb1339e3b222d51969573e4bdc)) + ## [v2.1.0](https://github.com/DS4SD/docling-parse/releases/tag/v2.1.0) - 2024-11-20 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 5fbe66da..71793313 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-parse" -version = "2.1.0" +version = "2.1.1" description = "Simple package to extract text with coordinates from programmatic PDFs" authors = ["Peter Staar "] maintainers = [