Skip to content

Commit

Permalink
Update version numbers and dates for release 1.22.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed May 10, 2023
1 parent 4088a79 commit b54ea6d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# PyMuPDF 1.22.2
# PyMuPDF 1.22.3

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


Release date: April 26, 2023
Release date: May 10, 2023

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)

Expand Down
9 changes: 9 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ Change Log
==========


**Changes in version 1.22.3 (2023-05-10)**

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

* Bug fixes:

* **Fixed** `#2333 <https://github.com/pymupdf/PyMuPDF/issues/2333>`_: Unable to set any of button radio group in form


**Changes in version 1.22.2 (2023-04-26)**

* This release uses ``MuPDF-1.22.0``.
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.2** features as of **2023-04-26 00:00:01**.
This documentation covers **PyMuPDF v1.22.3** features as of **2023-05-10 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**.

6 changes: 3 additions & 3 deletions fitz/version.i
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%pythoncode %{
VersionFitz = "1.22.0" # MuPDF version.
VersionBind = "1.22.2" # PyMuPDF version.
VersionDate = "2023-04-26 00:00:01"
version = (VersionBind, VersionFitz, "20230426000001")
VersionBind = "1.22.3" # PyMuPDF version.
VersionDate = "2023-05-10 00:00:01"
version = (VersionBind, VersionFitz, "20230510000001")
%}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ def write_git(name, directory):

setup(
name="PyMuPDF",
version="1.22.2",
version="1.22.3",
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 b54ea6d

Please sign in to comment.