Skip to content

Commit f26c4b5

Browse files
Update version numners and dates for release 1.22.2.
1 parent 3bd8714 commit f26c4b5

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# PyMuPDF 1.22.1
1+
# PyMuPDF 1.22.2
22

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

55

6-
Release date: April 18, 2023
6+
Release date: April 26, 2023
77

88
On **[PyPI](https://pypi.org/project/PyMuPDF)** since August 2016: [![Downloads](https://static.pepy.tech/personalized-badge/pymupdf?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads)](https://pepy.tech/project/pymupdf)
99

changes.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Change Log
22
==========
33

44

5+
**Changes in version 1.22.2 (2023-04-26)**
6+
7+
* This release uses ``MuPDF-1.22.0``.
8+
9+
* Bug fixes:
10+
11+
* **Fixed** `#2369 <https://github.com/pymupdf/PyMuPDF/issues/2369>`_: Image extraction bugs with newer versions
12+
13+
514
**Changes in version 1.22.1 (2023-04-18)**
615

716
* This release uses ``MuPDF-1.22.0``.

docs/version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
----
22

3-
This documentation covers **PyMuPDF v1.22.1** features as of **2023-04-18 00:00:01**.
3+
This documentation covers **PyMuPDF v1.22.2** features as of **2023-04-26 00:00:01**.
44

55
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**.
66

fitz/version.i

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%pythoncode %{
22
VersionFitz = "1.22.0" # MuPDF version.
3-
VersionBind = "1.22.1" # PyMuPDF version.
4-
VersionDate = "2023-04-18 00:00:01"
5-
version = (VersionBind, VersionFitz, "20230418000001")
3+
VersionBind = "1.22.2" # PyMuPDF version.
4+
VersionDate = "2023-04-26 00:00:01"
5+
version = (VersionBind, VersionFitz, "20230426000001")
66
%}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ def write_git(name, directory):
889889

890890
setup(
891891
name="PyMuPDF",
892-
version="1.22.1",
892+
version="1.22.2",
893893
description="Python bindings for the PDF toolkit and renderer MuPDF",
894894
long_description=readme,
895895
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)