-
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.
Updated versions and dates for 1.23.1.
Note that this release uses older MuPDF binaries in wheel PyMuPDFb-1.23.0.
- Loading branch information
1 parent
3217a81
commit eef9878
Showing
5 changed files
with
12 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# PyMuPDF 1.23.0 | ||
# PyMuPDF 1.23.1 | ||
|
||
This wheel contains MuPDF shared libraries for use by PyMuPDF. | ||
|
||
|
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.0** features as of **2023-08-22 00:00:01**. | ||
This documentation covers **PyMuPDF v1.23.1** features as of **2023-08-23 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.0" # MuPDF version. | ||
VersionBind = "1.23.0" # PyMuPDF version. | ||
VersionDate = "2023-08-22 00:00:01" | ||
version = (VersionBind, VersionFitz, "20230822000001") | ||
VersionBind = "1.23.1" # PyMuPDF version. | ||
VersionDate = "2023-08-23 00:00:01" | ||
version = (VersionBind, VersionFitz, "20230823000001") | ||
%} |
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