Skip to content

Commit 6c1a98b

Browse files
committed
Fix versions
1 parent 0c9c5eb commit 6c1a98b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## 0.16.19-dev2
1+
## 0.16.19-dev3
22

33
### Enhancements
44

55
### Features
6+
- **Use password** to load PDF with all modes
67

78
### Fixes
89
- **fix a bug where table extraction is skipped when it shouldn't**. Pages with just one table as its content or starts with a table misses table extraction. The routing logic is now fixed.

unstructured/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.19-dev2" # pragma: no cover
1+
__version__ = "0.16.19-dev3" # pragma: no cover

0 commit comments

Comments
 (0)