Skip to content

Commit 0f28d85

Browse files
committed
Update to mupdf 1.27.2
1 parent 015680e commit 0f28d85

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ body:
4646
attributes:
4747
label: PyMuPDF version
4848
options:
49+
- 1.27.2
4950
- 1.27.1
5051
- 1.27.0
5152
- 1.26.7

changes.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ Change Log
22
==========
33

44

5+
**Changes in version 1.27.2**
6+
7+
* Use MuPDF-1.27.2.
8+
9+
510
**Changes in version 1.27.1** (2026-02-11)
611

712
* Use MuPDF-1.27.1.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,9 +1298,9 @@ def sdist():
12981298
#
12991299

13001300
# PyMuPDF version.
1301-
version_p = '1.27.1'
1301+
version_p = '1.27.2'
13021302

1303-
version_mupdf = '1.27.1'
1303+
version_mupdf = '1.27.2'
13041304

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

0 commit comments

Comments
 (0)