From beea804f2a47f64160e2787518c44c98ba81d41a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 Sep 2024 07:07:06 +0000 Subject: [PATCH] chore: bump version to 1.3.1 [skip ci] --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b146a0..61df296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.3.1](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.3.1) - 2024-09-27 + +### Fix + +* Pinned opencv-python-headless to version "4.6.0.66" ([#34](https://github.com/DS4SD/docling-ibm-models/issues/34)) ([`484340f`](https://github.com/DS4SD/docling-ibm-models/commit/484340fd1a3a7a31babaf2306496c083b56e4c50)) + ## [v1.3.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.3.0) - 2024-09-23 ### Feature diff --git a/pyproject.toml b/pyproject.toml index 4198838..b352048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "1.3.0" # DO NOT EDIT, updated automatically +version = "1.3.1" # 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"