diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e739d1c04..d45c8b0ae 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.4 - 1.26.3 - 1.26.1 - 1.26.0 diff --git a/changes.txt b/changes.txt index 4c304b8e4..0e2a453d4 100644 --- a/changes.txt +++ b/changes.txt @@ -2,9 +2,9 @@ Change Log ========== -**Changes in version 1.26.4 ** +**Changes in version 1.26.4** -* Use MuPDF-1.26.6. +* Use MuPDF-1.26.7. * Fixed issues: diff --git a/setup.py b/setup.py index 015eaf741..562b238a2 100755 --- a/setup.py +++ b/setup.py @@ -1280,9 +1280,9 @@ def sdist(): # # PyMuPDF version. -version_p = '1.26.3' +version_p = '1.26.4' -version_mupdf = '1.26.3' +version_mupdf = '1.26.7' # 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