Skip to content

Commit

Permalink
Updated release date for 1.24.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed May 9, 2024
1 parent 762be9e commit 5bcc16e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changes.txt
Expand Up @@ -2,7 +2,7 @@ Change Log
==========


**Changes in version 1.24.3 (2024-05-08)**
**Changes in version 1.24.3 (2024-05-09)**

*
The Python module is now called `pymupdf`. `fitz` is still supported for
Expand Down
2 changes: 1 addition & 1 deletion docs/version.rst
@@ -1,6 +1,6 @@
----

This documentation covers **PyMuPDF v1.24.3** features as of **2024-05-08 00:00:01**.
This documentation covers **PyMuPDF v1.24.3** features as of **2024-05-09 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 src/__init__.py
Expand Up @@ -184,7 +184,7 @@ def _int_rc(text):

VersionFitz = mupdf.FZ_VERSION # MuPDF version.
VersionBind = "1.24.3" # PyMuPDF version.
VersionDate = "2024-05-08 00:00:01"
VersionDate = "2024-05-09 00:00:01"
VersionDate2 = VersionDate.replace('-', '').replace(' ', '').replace(':', '')
version = (VersionBind, VersionFitz, VersionDate2)
pymupdf_version_tuple = tuple( [_int_rc(i) for i in VersionBind.split('.')])
Expand Down

0 comments on commit 5bcc16e

Please sign in to comment.