From 3f81690a87fb103a6f9fd7e748c1f9a14dbfcaf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jul 2024 11:42:54 +0000 Subject: [PATCH] chore: bump version to 1.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 faeed18..9291502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.1.2](https://github.com/DS4SD/docling-core/releases/tag/v1.1.2) - 2024-07-31 + +### Fix + +* Make page number strictly positive ([#8](https://github.com/DS4SD/docling-core/issues/8)) ([`ec3cff9`](https://github.com/DS4SD/docling-core/commit/ec3cff97e5079251087cd7b4b42e8c509cd244f3)) + ## [v1.1.1](https://github.com/DS4SD/docling-core/releases/tag/v1.1.1) - 2024-07-23 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 024bf81..43d01ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "1.1.1" +version = "1.1.2" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [