Require pikepdf 0.3.1

This commit is contained in:
James R. Barlow
2018-08-10 16:59:08 -07:00
parent 05d3a65e94
commit cf9a8a91b5
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -13,6 +13,11 @@ Note that it is licensed under GPLv3, so scripts that ``import ocrmypdf`` and ar
find: [^`]\#([0-9]{1,3})[^0-9]
replace: `#$1 <https://github.com/jbarlow83/OCRmyPDF/issues/$1>`_
v7.0.3
------
- Fix issue `#284 <https://github.com/jbarlow83/OCRmyPDF/issues/284>`_, an error when parsing inline images that have are also image masks, by upgrading pikepdf to 0.3.1
v7.0.2
------