This commit is contained in:
James R. Barlow
2018-03-30 12:39:33 -07:00
parent ace439910e
commit 7f6aaeaecf
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -5,6 +5,12 @@ OCRmyPDF uses `semantic versioning <http://semver.org/>`_ for its command line i
The OCRmyPDF package itself does not contain a public API, although it is fairly stable and breaking changes are usually timed with a major release. A future release will clearly define the stable public API.
v6.1.2
------
- Upgrade to PyMuPDF v1.12.5 which includes a more complete fix to #239.
v6.1.1
------
+1 -1
View File
@@ -251,7 +251,7 @@ setup(
'cffi>=1.9.1', # must be a setup and install requirement
],
extras_require={
'fitz': ['PyMuPDF == 1.12.4'] # pinned to avoid problems with 1.12.4.x
'fitz': ['PyMuPDF >= 1.12.5'] # for table of contents bug
},
tests_require=tests_require,
entry_points={