Skip to content

Commit c9cc1ea

Browse files
Incremented version to 1.26.5.
1 parent 6889ee6 commit c9cc1ea

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.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.5
4950
- 1.26.4
5051
- 1.26.3
5152
- 1.26.1

changes.txt

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

44

5+
**Changes in version 1.26.5**
6+
57
**Changes in version 1.26.4**
68

79
* Use MuPDF-1.26.7.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ def sdist():
12801280
#
12811281

12821282
# PyMuPDF version.
1283-
version_p = '1.26.4'
1283+
version_p = '1.26.5'
12841284

12851285
version_mupdf = '1.26.7'
12861286

0 commit comments

Comments
 (0)