-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version and dates for release 1.23.4.
- Loading branch information
1 parent
f4cdca8
commit 3ca9d3d
Showing
6 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
---- | ||
|
||
This documentation covers **PyMuPDF v1.23.3** features as of **2023-08-31 00:00:01**. | ||
This documentation covers **PyMuPDF v1.23.4** features as of **2023-09-26 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**. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
%pythoncode %{ | ||
VersionFitz = "1.23.2" # MuPDF version. | ||
VersionBind = "1.23.3" # PyMuPDF version. | ||
VersionDate = "2023-08-31 00:00:01" | ||
version = (VersionBind, VersionFitz, "20230831000001") | ||
VersionBind = "1.23.4" # PyMuPDF version. | ||
VersionDate = "2023-09-26 00:00:01" | ||
version = (VersionBind, VersionFitz, "20230926000001") | ||
%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters