Skip to content

Commit 31a34ff

Browse files
changes.txt setup.py: fix breakage with default mupdf-1.26.11 not being available yet.
Changing back to mupdf-1.26.10 for now. NB we need to also update changes.txt to match, otherwise tests/test_release.py:test_release_changelog_mupdf_version() fails.
1 parent 35f3383 commit 31a34ff

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

changes.txt

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

55
**Changes in version 1.26.6**
66

7-
* Use MuPDF-1.26.11.
8-
97
* Fixed issues:
108

119
* **Fixed** `4699 <https://github.com/pymupdf/PyMuPDF/issues/4699>`_: cannot find ExtGState resource

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ def sdist():
12691269
# PyMuPDF version.
12701270
version_p = '1.26.6'
12711271

1272-
version_mupdf = '1.26.11'
1272+
version_mupdf = '1.26.10'
12731273

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

0 commit comments

Comments
 (0)