Skip to content

Commit b54ea6d

Browse files
Update version numbers and dates for release 1.22.3.
1 parent 4088a79 commit b54ea6d

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# PyMuPDF 1.22.2
1+
# PyMuPDF 1.22.3
22

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

55

6-
Release date: April 26, 2023
6+
Release date: May 10, 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

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Change Log
22
==========
33

44

5+
**Changes in version 1.22.3 (2023-05-10)**
6+
7+
* This release uses ``MuPDF-1.22.0``.
8+
9+
* Bug fixes:
10+
11+
* **Fixed** `#2333 <https://github.com/pymupdf/PyMuPDF/issues/2333>`_: Unable to set any of button radio group in form
12+
13+
514
**Changes in version 1.22.2 (2023-04-26)**
615

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

docs/version.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
----
22

3-
This documentation covers **PyMuPDF v1.22.2** features as of **2023-04-26 00:00:01**.
3+
This documentation covers **PyMuPDF v1.22.3** features as of **2023-05-10 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

+3-3
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.2" # PyMuPDF version.
4-
VersionDate = "2023-04-26 00:00:01"
5-
version = (VersionBind, VersionFitz, "20230426000001")
3+
VersionBind = "1.22.3" # PyMuPDF version.
4+
VersionDate = "2023-05-10 00:00:01"
5+
version = (VersionBind, VersionFitz, "20230510000001")
66
%}

setup.py

+1-1
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.2",
892+
version="1.22.3",
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)