Skip to content

Commit 48cdb0d

Browse files
Update version numbers etc for release 1.26.3.
[Partial release 1.26.2 was deleted after a few minutes on pypi.org because was faulty.]
1 parent d4b27a9 commit 48cdb0d

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
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.3
4950
- 1.26.1
5051
- 1.26.0
5152
- 1.25.x or earlier

changes.txt

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

44

5-
**Changes in version 1.26.2**
5+
**Changes in version 1.26.3**
66

77
* Use MuPDF-1.26.3.
88

@@ -19,6 +19,11 @@ Change Log
1919
* Added table cell markdown support.
2020

2121

22+
**Changes in version 1.26.2**
23+
24+
[Skipped.]
25+
26+
2227
**Changes in version 1.26.1 (2025-06-11)**
2328

2429
* Use MuPDF-1.26.2.

docs/version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
----
22

3-
This documentation covers **PyMuPDF v1.26.1**.
3+
This documentation covers **PyMuPDF v1.26.3**.
44

55
The major and minor versions of |PyMuPDF| and |MuPDF| will always be the same. Only the third qualifier (patch level) may deviate from that of |MuPDF|.
66

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,15 +1246,15 @@ def sdist():
12461246
#
12471247

12481248
# PyMuPDF version.
1249-
version_p = '1.26.2'
1249+
version_p = '1.26.3'
12501250

12511251
version_mupdf = '1.26.3'
12521252

12531253
# PyMuPDFb version. This is the PyMuPDF version whose PyMuPDFb wheels we will
12541254
# (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11
12551255
# (2024-10-03) we no longer use PyMuPDFb wheels so this is actually unused.
12561256
#
1257-
version_b = '1.26.2'
1257+
version_b = '1.26.3'
12581258

12591259
if os.path.exists(f'{g_root}/{g_pymupdfb_sdist_marker}'):
12601260

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def _int_rc(text):
375375

376376
# Basic version information.
377377
#
378-
pymupdf_version = "1.26.1"
378+
pymupdf_version = "1.26.3"
379379
mupdf_version = mupdf.FZ_VERSION
380380
pymupdf_date = None
381381

0 commit comments

Comments
 (0)