Skip to content

Commit cdd4fef

Browse files
committed
Fix __version__.py
1 parent 307e901 commit cdd4fef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## 0.8.6
1+
## 0.8.7
22

33
* fix: add `password` for PDF
4+
5+
## 0.8.6
6+
47
* feat: add back `source` to `TextRegions` and `LayoutElements` for backward compatibility
58

69
## 0.8.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.6" # pragma: no cover
1+
__version__ = "0.8.7" # pragma: no cover

0 commit comments

Comments
 (0)