Skip to content

Commit e68755f

Browse files
setup.py changes.txt: upgrade to mupdf-1.26.12 by default.
1 parent c0e37f8 commit e68755f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Change Log
44

55
**Changes in version 1.26.7**
66

7+
* Use MuPDF-1.26.12.
8+
79
Other:
810

911
* Retrospectively mark `4756 <https://github.com/pymupdf/PyMuPDF/issues/4756>`_ as fixed in 1.26.6.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ def sdist():
12781278
# PyMuPDF version.
12791279
version_p = '1.26.7'
12801280

1281-
version_mupdf = '1.26.11'
1281+
version_mupdf = '1.26.12'
12821282

12831283
# PyMuPDFb version. This is the PyMuPDF version whose PyMuPDFb wheels we will
12841284
# (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11

0 commit comments

Comments
 (0)