chore: bump version to 4.7.0 [skip ci]

This commit is contained in:
github-actions[bot]
2025-10-20 12:29:17 +00:00
parent 0c64402ddb
commit 2470ea3586
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
## [v4.7.0](https://github.com/docling-project/docling-parse/releases/tag/v4.7.0) - 2025-10-20
### Feature
* Support reading password protected PDF ([#169](https://github.com/docling-project/docling-parse/issues/169)) ([`0c64402`](https://github.com/docling-project/docling-parse/commit/0c64402ddb98c49154f912ff514d721b4df672a4))
## [v4.6.0](https://github.com/docling-project/docling-parse/releases/tag/v4.6.0) - 2025-10-17
### Feature
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "docling-parse"
version = "4.6.0"
version = "4.7.0"
description = "Simple package to extract text with coordinates from programmatic PDFs"
license = "MIT"
keywords = ["docling", "pdf", "parser"]