We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e6c01 commit 4e0cb3fCopy full SHA for 4e0cb3f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [v2.6.1](https://github.com/DS4SD/docling-core/releases/tag/v2.6.1) - 2024-12-02
2
+
3
+### Fix
4
5
+* Fix circular import ([#87](https://github.com/DS4SD/docling-core/issues/87)) ([`63e6c01`](https://github.com/DS4SD/docling-core/commit/63e6c01863cbf8d71e1636f3dca8226f6bdf63e2))
6
7
## [v2.6.0](https://github.com/DS4SD/docling-core/releases/tag/v2.6.0) - 2024-12-02
8
9
### Feature
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docling-core"
-version = "2.6.0"
+version = "2.6.1"
description = "A python library to define and validate data types in Docling."
license = "MIT"
authors = [
0 commit comments