From 816928d0b3028289618fb6bed9e5e0faa4bd0889 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Jan 2025 12:41:51 +0000 Subject: [PATCH] chore: bump version to 3.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 963b049..10622ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v3.1.2](https://github.com/DS4SD/docling-ibm-models/releases/tag/v3.1.2) - 2025-01-10 + +### Fix + +* Use old transformers version with old torch version ([#70](https://github.com/DS4SD/docling-ibm-models/issues/70)) ([`b3e072e`](https://github.com/DS4SD/docling-ibm-models/commit/b3e072e193482088e58b5e76216cb86e26e7f52e)) + ## [v3.1.1](https://github.com/DS4SD/docling-ibm-models/releases/tag/v3.1.1) - 2025-01-09 ### Fix diff --git a/pyproject.toml b/pyproject.toml index f40da86..d2dd76a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "3.1.1" # DO NOT EDIT, updated automatically +version = "3.1.2" # 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"