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