Skip to content

Commit e297fb5

Browse files
setup.py changes.txt .github/ISSUE_TEMPLATE/bug_report.yml: Post-release updates.
changes.txt: Added date of 1.26.5 release. Added title for next release. setup.py: Increment versione to 1.26.6. .github/ISSUE_TEMPLATE/bug_report.yml: Added 1.26.6 to list of versions.
1 parent cc13f80 commit e297fb5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ body:
4646
attributes:
4747
label: PyMuPDF version
4848
options:
49+
- 1.26.6
4950
- 1.26.5
5051
- 1.26.4
5152
- 1.26.3
@@ -54,7 +55,7 @@ body:
5455
- 1.25.x or earlier
5556
- Built from source
5657
description: |
57-
* For example from `pymupdf.VersionBind`.
58+
* For example from `pymupdf.pymupdf_version`.
5859
* We generally only look at bugs in the most recent release of PyMuPDF.
5960
validations:
6061
required: true

changes.txt

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

44

5-
**Changes in version 1.26.5**
5+
**Changes in version 1.26.6**
6+
7+
8+
**Changes in version 1.26.5** (2025-10-10)
69

710
* Use MuPDF-1.26.10.
811

setup.py

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

12691269
# PyMuPDF version.
1270-
version_p = '1.26.5'
1270+
version_p = '1.26.6'
12711271

12721272
version_mupdf = '1.26.10'
12731273

0 commit comments

Comments
 (0)