From 12c6cb6532b192bc88e4704ba6c30e946141a477 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Wed, 2 Jul 2025 17:14:56 +0100 Subject: [PATCH] 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.] --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + changes.txt | 7 ++++++- docs/version.rst | 2 +- setup.py | 4 ++-- src/__init__.py | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cf7b71470..e739d1c04 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -46,6 +46,7 @@ body: attributes: label: PyMuPDF version options: + - 1.26.3 - 1.26.1 - 1.26.0 - 1.25.x or earlier diff --git a/changes.txt b/changes.txt index efcd8350e..1da8eb36b 100644 --- a/changes.txt +++ b/changes.txt @@ -2,7 +2,7 @@ Change Log ========== -**Changes in version 1.26.2** +**Changes in version 1.26.3** * Use MuPDF-1.26.3. @@ -19,6 +19,11 @@ Change Log * Added table cell markdown support. +**Changes in version 1.26.2** + +[Skipped.] + + **Changes in version 1.26.1 (2025-06-11)** * Use MuPDF-1.26.2. diff --git a/docs/version.rst b/docs/version.rst index 0e6a48a25..7f07e653d 100644 --- a/docs/version.rst +++ b/docs/version.rst @@ -1,6 +1,6 @@ ---- -This documentation covers **PyMuPDF v1.26.1**. +This documentation covers **PyMuPDF v1.26.3**. 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|. diff --git a/setup.py b/setup.py index 06e4096f8..92792c889 100755 --- a/setup.py +++ b/setup.py @@ -1246,7 +1246,7 @@ def sdist(): # # PyMuPDF version. -version_p = '1.26.2' +version_p = '1.26.3' version_mupdf = '1.26.3' @@ -1254,7 +1254,7 @@ def sdist(): # (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11 # (2024-10-03) we no longer use PyMuPDFb wheels so this is actually unused. # -version_b = '1.26.2' +version_b = '1.26.3' if os.path.exists(f'{g_root}/{g_pymupdfb_sdist_marker}'): diff --git a/src/__init__.py b/src/__init__.py index 22ebcb139..65d88073f 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -375,7 +375,7 @@ def _int_rc(text): # Basic version information. # -pymupdf_version = "1.26.1" +pymupdf_version = "1.26.3" mupdf_version = mupdf.FZ_VERSION pymupdf_date = None