diff --git a/README.md b/README.md index a0b075b60..2b5131a56 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PyMuPDF 1.22.4 +# PyMuPDF 1.22.5 ![logo](https://artifex.com/images/logos/py-mupdf-github-icon.png) diff --git a/changes.txt b/changes.txt index d85c06adc..2b893912f 100644 --- a/changes.txt +++ b/changes.txt @@ -2,7 +2,7 @@ Change Log ========== -**Changes in version 1.22.4 (2023-06-21)** +**Changes in version 1.22.5 (2023-06-21)** * This release uses ``MuPDF-1.22.2``. diff --git a/docs/version.rst b/docs/version.rst index f2b3b605d..a9616dc77 100644 --- a/docs/version.rst +++ b/docs/version.rst @@ -1,6 +1,6 @@ ---- -This documentation covers **PyMuPDF v1.22.4** features as of **2023-06-21 00:00:01**. +This documentation covers **PyMuPDF v1.22.5** features as of **2023-06-21 00:00:01**. 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/fitz/version.i b/fitz/version.i index d811cff84..7c028e28a 100644 --- a/fitz/version.i +++ b/fitz/version.i @@ -1,6 +1,6 @@ %pythoncode %{ VersionFitz = "1.22.2" # MuPDF version. -VersionBind = "1.22.4" # PyMuPDF version. +VersionBind = "1.22.5" # PyMuPDF version. VersionDate = "2023-06-21 00:00:01" version = (VersionBind, VersionFitz, "20230621000001") %} diff --git a/setup.py b/setup.py index 6c9569198..16e11f3ca 100644 --- a/setup.py +++ b/setup.py @@ -885,7 +885,7 @@ def write_git(name, directory): setup( name="PyMuPDF", - version="1.22.4", + version="1.22.5", description="Python bindings for the PDF toolkit and renderer MuPDF", long_description=readme, long_description_content_type="text/markdown",