From 25fd4e92f04d8336c4c4f79e2c4d86c54e65bdc6 Mon Sep 17 00:00:00 2001 From: Ben Moss Date: Tue, 3 Mar 2026 07:01:35 -0500 Subject: [PATCH] Update to mupdf 1.27.2 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + changes.txt | 5 +++++ setup.py | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 37320288b..629554da9 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.27.2 - 1.27.1 - 1.27.0 - 1.26.7 diff --git a/changes.txt b/changes.txt index 5a4469652..9ba522ff2 100644 --- a/changes.txt +++ b/changes.txt @@ -2,6 +2,11 @@ Change Log ========== +**Changes in version 1.27.2** + +* Use MuPDF-1.27.2. + + **Changes in version 1.27.1** (2026-02-11) * Use MuPDF-1.27.1. diff --git a/setup.py b/setup.py index 5c7f698a6..435be34a3 100755 --- a/setup.py +++ b/setup.py @@ -1298,9 +1298,9 @@ def sdist(): # # PyMuPDF version. -version_p = '1.27.1' +version_p = '1.27.2' -version_mupdf = '1.27.1' +version_mupdf = '1.27.2' # PyMuPDFb version. This is the PyMuPDF version whose PyMuPDFb wheels we will # (re)use if generating separate PyMuPDFb wheels. Though as of PyMuPDF-1.24.11