Skip to content

Commit

Permalink
Version 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Belval committed Jan 7, 2024
1 parent 4aa051b commit 3bfb7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="pdf2image",
version="1.16.3",
version="1.17.0",
description="A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
1 change: 1 addition & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1750,6 +1750,7 @@ def test_timeout_convert_from_path_241(self):
)

@profile
@unittest.skipIf(not POPPLER_INSTALLED, "Poppler is not installed!")
def test_pdfinfo_first_and_last_page(self):
start_time = time.time()
info_first_path = pdfinfo_from_path("./tests/test_14.pdf", first_page=1, last_page=2)
Expand Down

0 comments on commit 3bfb7f7

Please sign in to comment.