chore: bump version to 2.8.3 [skip ci]

This commit is contained in:
github-actions[bot] 2024-12-03 15:16:47 +00:00
parent 34c7c79858
commit 9c788ae778
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## [v2.8.3](https://github.com/DS4SD/docling/releases/tag/v2.8.3) - 2024-12-03
### Fix
* Improve handling of disallowed formats ([#429](https://github.com/DS4SD/docling/issues/429)) ([`34c7c79`](https://github.com/DS4SD/docling/commit/34c7c798580476a86ce8abec30b1115fbb36fdd8))
## [v2.8.2](https://github.com/DS4SD/docling/releases/tag/v2.8.2) - 2024-12-03
### Fix

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "docling"
version = "2.8.2" # DO NOT EDIT, updated automatically
version = "2.8.3" # DO NOT EDIT, updated automatically
description = "SDK and CLI for parsing PDF, DOCX, HTML, and more, to a unified document representation for powering downstream workflows such as gen AI applications."
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>", "Panos Vagenas <pva@zurich.ibm.com>", "Peter Staar <taa@zurich.ibm.com>"]
license = "MIT"