From cb0b2d44f72b9f4f53b36989f05965a9be458547 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Sep 2024 13:44:56 +0000 Subject: [PATCH] chore: bump version to 1.1.6 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2708554..a08692f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.1.6](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.6) - 2024-09-03 + +### Fix + +* TableFormer raises IndexError: too many indices for array ([`ad494ca`](https://github.com/DS4SD/docling-ibm-models/commit/ad494caaaceb46fcd99054dba70c10fc688a57e6)) + ## [v1.1.5](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.5) - 2024-08-29 ### Fix diff --git a/pyproject.toml b/pyproject.toml index cb31bee..9940419 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "1.1.5" # DO NOT EDIT, updated automatically +version = "1.1.6" # DO NOT EDIT, updated automatically description = "This package contains the AI models used by the Docling PDF conversion package" authors = ["Nikos Livathinos ", "Maxim Lysak ", "Ahmed Nassar ", "Christoph Auer ", "Michele Dolfi ", "Peter Staar "] license = "MIT"