We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e37f8 commit e68755fCopy full SHA for e68755f
changes.txt
@@ -4,6 +4,8 @@ Change Log
4
5
**Changes in version 1.26.7**
6
7
+* Use MuPDF-1.26.12.
8
+
9
Other:
10
11
* Retrospectively mark `4756 <https://github.com/pymupdf/PyMuPDF/issues/4756>`_ as fixed in 1.26.6.
setup.py
@@ -1278,7 +1278,7 @@ def sdist():
1278
# PyMuPDF version.
1279
version_p = '1.26.7'
1280
1281
-version_mupdf = '1.26.11'
+version_mupdf = '1.26.12'
1282
1283
# PyMuPDFb version. This is the PyMuPDF version whose PyMuPDFb wheels we will
1284
# (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11
0 commit comments