Skip to content

Commit 806d0d8

Browse files
Update to 1.26.7 after release of 1.26.6.
1 parent 38d0479 commit 806d0d8

3 files changed

Lines changed: 11 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.26.7
4950
- 1.26.6
5051
- 1.26.5
5152
- 1.26.4

changes.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ Change Log
22
==========
33

44

5-
**Changes in version 1.26.6**
5+
**Changes in version 1.26.7**
6+
7+
Other:
8+
9+
* Retrospectively mark `4756 <https://github.com/pymupdf/PyMuPDF/issues/4756>`_ as fixed in 1.26.6.
10+
11+
12+
**Changes in version 1.26.6** (2025-11-05)
613

714
* Use MuPDF-1.26.11.
815

@@ -15,6 +22,7 @@ Change Log
1522
* **Fixed** `4720 <https://github.com/pymupdf/PyMuPDF/issues/4720>`_: Memory leaking in rewrite_images?
1623
* **Fixed** `4742 <https://github.com/pymupdf/PyMuPDF/issues/4742>`_: 'Rect' object has no attribute 'get_area'
1724
* **Fixed** `4746 <https://github.com/pymupdf/PyMuPDF/issues/4746>`_: Document.__init__() got an unexpected keyword argument 'encoding'
25+
* **Fixed** `4756 <https://github.com/pymupdf/PyMuPDF/issues/4756>`_: swig --version doesn't work in all versions of swig; -version should be used instead
1826

1927

2028
**Changes in version 1.26.5** (2025-10-10)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ def sdist():
12681268
#
12691269

12701270
# PyMuPDF version.
1271-
version_p = '1.26.6'
1271+
version_p = '1.26.7'
12721272

12731273
version_mupdf = '1.26.11'
12741274

0 commit comments

Comments
 (0)