From f59eece70148bfbc0b4db4309fc5855b0ba67d4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Jan 2025 13:29:52 +0000 Subject: [PATCH] chore: bump version to 3.3.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 220a93c..bd6a676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v3.3.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v3.3.0) - 2025-01-24 + +### Feature + +* New document figure classifier model ([#73](https://github.com/DS4SD/docling-ibm-models/issues/73)) ([`60807a7`](https://github.com/DS4SD/docling-ibm-models/commit/60807a7a72526d2cbcfd494210e580c7b8d21ae5)) + ## [v3.2.1](https://github.com/DS4SD/docling-ibm-models/releases/tag/v3.2.1) - 2025-01-22 ### Fix diff --git a/pyproject.toml b/pyproject.toml index d83d444..5c4da77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "3.2.1" # DO NOT EDIT, updated automatically +version = "3.3.0" # 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"