From 51273ae96ec8c47df2603955dac79c3206340a0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 22 Nov 2024 12:00:31 +0000 Subject: [PATCH] chore: bump version to 2.1.2 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0a5fed..299c7e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.1.2](https://github.com/DS4SD/docling-parse/releases/tag/v2.1.2) - 2024-11-22 + +### Fix + +* Added the PDF documentation ([#64](https://github.com/DS4SD/docling-parse/issues/64)) ([`2033f95`](https://github.com/DS4SD/docling-parse/commit/2033f95f3d8ad0df4a506d7543af0808c439124d)) + ## [v2.1.1](https://github.com/DS4SD/docling-parse/releases/tag/v2.1.1) - 2024-11-21 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 71793313..bbfd5052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-parse" -version = "2.1.1" +version = "2.1.2" description = "Simple package to extract text with coordinates from programmatic PDFs" authors = ["Peter Staar "] maintainers = [