Skip to content

Commit 70eeb68

Browse files
committed
Version 1.15.1
1 parent 62d279a commit 70eeb68

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Here are the definitions:
6868

6969
## What's new?
7070

71+
- Fix console opening on Windows (Thank you @OhMyAgnes!)
7172
- Add `timeout` parameter which raises `PDFPopplerTimeoutError` after the given number of seconds.
7273
- Add `use_pdftocairo` parameter which forces `pdf2image` to use `pdftocairo`. Should improve performance.
7374
- Fixed a bug where using `pdf2image` with multiple threads (but not multiple processes) would cause and exception

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="pdf2image",
15-
version="1.15.0",
15+
version="1.15.1",
1616
description="A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.",
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)