Remove py3.5 deprecation

It'll be in Debian stable for a long time, so maybe not such a good idea
This commit is contained in:
James R. Barlow
2017-11-27 01:10:34 -08:00
parent a1bf161eb7
commit 67aa00e2c5

View File

@@ -8,7 +8,6 @@ The OCRmyPDF package itself does not contain a public API, although it is fairly
v5.4.4
------
- Support for Python 3.5 is now deprecated and will be removed at the end of 2017
- Fix issue #181, fix final merge failure for PDFs with more pages than the system file handle limit (``ulimit -n``)
- Fix issue #200, an uncommon syntax for formatting decimal numbers in a PDF would cause qpdf to issue a warning, which ocrmypdf treated as an error. Now this the warning is relayed.
- Fix an issue where intermediate PDFs would be created at version 1.3 instead of the version of the original file. It's possible but unlikely this had side effects.