From 4fb0b70b54bce8b1e960239764f7fc8bd340424a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Dec 2024 14:03:04 +0000 Subject: [PATCH] chore: bump version to 2.7.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 1e56e04..ff7b2d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v2.7.0](https://github.com/DS4SD/docling-core/releases/tag/v2.7.0) - 2024-12-04 + +### Feature + +* Export to OTSL method for docling doc tables ([#86](https://github.com/DS4SD/docling-core/issues/86)) ([`180e294`](https://github.com/DS4SD/docling-core/commit/180e294aada4d97ceeb61556b5f7f310bd078c5f)) + ## [v2.6.1](https://github.com/DS4SD/docling-core/releases/tag/v2.6.1) - 2024-12-02 ### Fix diff --git a/pyproject.toml b/pyproject.toml index bf603aa..979502f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-core" -version = "2.6.1" +version = "2.7.0" description = "A python library to define and validate data types in Docling." license = "MIT" authors = [