We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015680e commit 0f28d85Copy full SHA for 0f28d85
3 files changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -46,6 +46,7 @@ body:
46
attributes:
47
label: PyMuPDF version
48
options:
49
+ - 1.27.2
50
- 1.27.1
51
- 1.27.0
52
- 1.26.7
changes.txt
@@ -2,6 +2,11 @@ Change Log
2
==========
3
4
5
+**Changes in version 1.27.2**
6
+
7
+* Use MuPDF-1.27.2.
8
9
10
**Changes in version 1.27.1** (2026-02-11)
11
12
* Use MuPDF-1.27.1.
setup.py
@@ -1298,9 +1298,9 @@ def sdist():
1298
#
1299
1300
# PyMuPDF version.
1301
-version_p = '1.27.1'
+version_p = '1.27.2'
1302
1303
-version_mupdf = '1.27.1'
+version_mupdf = '1.27.2'
1304
1305
# PyMuPDFb version. This is the PyMuPDF version whose PyMuPDFb wheels we will
1306
# (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11
0 commit comments