chore: bump version to 2.39.0 [skip ci]

This commit is contained in:
github-actions[bot] 2025-06-27 15:37:53 +00:00
parent 0533da1923
commit bb99be6c24
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
## [v2.39.0](https://github.com/docling-project/docling/releases/tag/v2.39.0) - 2025-06-27
### Feature
* Leverage new list modeling, capture default markers ([#1856](https://github.com/docling-project/docling/issues/1856)) ([`0533da1`](https://github.com/docling-project/docling/commit/0533da1923598e4a2d6392283f6de0f9c7002b01))
### Fix
* **markdown:** Make parsing of rich table cells valid ([#1821](https://github.com/docling-project/docling/issues/1821)) ([`e79e4f0`](https://github.com/docling-project/docling/commit/e79e4f0ab6c5b8276316e423b14c9821165049f2))
## [v2.38.1](https://github.com/docling-project/docling/releases/tag/v2.38.1) - 2025-06-25
### Fix

View File

@ -1,6 +1,6 @@
[project]
name = "docling"
version = "2.38.1" # DO NOT EDIT, updated automatically
version = "2.39.0" # 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."
license = "MIT"
keywords = [

View File

@ -813,7 +813,7 @@ wheels = [
[[package]]
name = "docling"
version = "2.38.1"
version = "2.39.0"
source = { editable = "." }
dependencies = [
{ name = "beautifulsoup4" },