Skip to content

Commit

Permalink
chore: bump version to 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2025
1 parent c3b53a5 commit 20cc738
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [v3.4.0](https://github.com/DS4SD/docling-ibm-models/releases/tag/v3.4.0) - 2025-02-20

### Feature

* Add readingorder model ([#44](https://github.com/DS4SD/docling-ibm-models/issues/44)) ([`23c1696`](https://github.com/DS4SD/docling-ibm-models/commit/23c1696716d5d48d44ca2697232edd939cf3d25c))

### Fix

* Add CodeItem to caption linking algorithm in reading-order-model ([#81](https://github.com/DS4SD/docling-ibm-models/issues/81)) ([`c3b53a5`](https://github.com/DS4SD/docling-ibm-models/commit/c3b53a52bea8fcdd06d046b71fb42e2202a4635d))

## [v3.3.2](https://github.com/DS4SD/docling-ibm-models/releases/tag/v3.3.2) - 2025-02-13

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-ibm-models"
version = "3.3.2" # DO NOT EDIT, updated automatically
version = "3.4.0" # DO NOT EDIT, updated automatically
description = "This package contains the AI models used by the Docling PDF conversion package"
authors = ["Nikos Livathinos <[email protected]>", "Maxim Lysak <[email protected]>", "Ahmed Nassar <[email protected]>", "Christoph Auer <[email protected]>", "Michele Dolfi <[email protected]>", "Peter Staar <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 20cc738

Please sign in to comment.