chore: bump version to 1.4.0 [skip ci]

This commit is contained in:
github-actions[bot] 2024-08-14 11:46:55 +00:00
parent 349b0e914f
commit 778e51ef18
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## [v1.4.0](https://github.com/DS4SD/docling/releases/tag/v1.4.0) - 2024-08-14
### Feature
* Update parser with bytesio interface and set as new default backend ([#32](https://github.com/DS4SD/docling/issues/32)) ([`90dd676`](https://github.com/DS4SD/docling/commit/90dd676422f87584395a8949fa842fc9a6bdbd19))
### Fix
* Allow newer torch versions ([#34](https://github.com/DS4SD/docling/issues/34)) ([`349b0e9`](https://github.com/DS4SD/docling/commit/349b0e914f7194ee778571a7189b7eaff6f5966a))
## [v1.3.0](https://github.com/DS4SD/docling/releases/tag/v1.3.0) - 2024-08-12
### Feature

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "docling"
version = "1.3.0" # DO NOT EDIT, updated automatically
version = "1.4.0" # DO NOT EDIT, updated automatically
description = "Docling PDF conversion package"
authors = ["Christoph Auer <cau@zurich.ibm.com>", "Michele Dolfi <dol@zurich.ibm.com>", "Maxim Lysak <mly@zurich.ibm.com>", "Nikos Livathinos <nli@zurich.ibm.com>", "Ahmed Nassar <ahn@zurich.ibm.com>", "Peter Staar <taa@zurich.ibm.com>"]
license = "MIT"