Skip to content

Commit

Permalink
Updated version number to 1.22.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Jun 21, 2023
1 parent bbb81c9 commit e679872
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PyMuPDF 1.22.4
# PyMuPDF 1.22.5

![logo](https://artifex.com/images/logos/py-mupdf-github-icon.png)

Expand Down
2 changes: 1 addition & 1 deletion changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down
2 changes: 1 addition & 1 deletion docs/version.rst
Original file line number Diff line number Diff line change
@@ -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**.

2 changes: 1 addition & 1 deletion fitz/version.i
Original file line number Diff line number Diff line change
@@ -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")
%}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e679872

Please sign in to comment.