Skip to content

Commit d6fb27d

Browse files
Updates for release of 1.27.2.
1 parent 015680e commit d6fb27d

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,10 @@ body:
4646
attributes:
4747
label: PyMuPDF version
4848
options:
49+
- 1.27.2
4950
- 1.27.1
5051
- 1.27.0
51-
- 1.26.7
52-
- 1.26.6
53-
- 1.26.5
54-
- 1.26.4
55-
- 1.26.3
56-
- 1.26.1
57-
- 1.26.0
52+
- 1.26.x
5853
- 1.25.x or earlier
5954
- Built from source
6055
description: |

changes.txt

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

44

5+
**Changes in version 1.27.2**
6+
7+
* Use MuPDF-1.27.2.
8+
9+
* Fixed issues:
10+
11+
* **Fixed** `4903 <https://github.com/pymupdf/PyMuPDF/issues/4903>`_: Typing broken because of *_forward_decl
12+
13+
* Other:
14+
15+
* Retrospectively marked #4907 as fixed in pymupdf-1.27.1.
16+
17+
518
**Changes in version 1.27.1** (2026-02-11)
619

720
* Use MuPDF-1.27.1.
@@ -14,6 +27,7 @@ Change Log
1427
* **Fixed** `4790 <https://github.com/pymupdf/PyMuPDF/issues/4790>`_: Problem to delete pages on PDF
1528
* **Fixed** `4857 <https://github.com/pymupdf/PyMuPDF/issues/4857>`_: Package is missing py.typed file required for type checking
1629
* **Fixed** `4886 <https://github.com/pymupdf/PyMuPDF/issues/4886>`_: <IMG> width attribute behaviour seems wrong
30+
* **Fixed** `4907 <https://github.com/pymupdf/PyMuPDF/issues/4907>`_: signal 11:SIGSEGV while using display_list.get_textpage()
1731

1832
* Other:
1933

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)