-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates for release of PyMuPDF-1.23.7.
- Loading branch information
1 parent
e1bad0b
commit bde223b
Showing
6 changed files
with
13 additions
and
13 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.6 | ||
# PyMuPDF 1.23.7 | ||
|
||
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
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.6** features as of **2023-11-06 00:00:01**. | ||
This documentation covers **PyMuPDF v1.23.7** features as of **2023-11-30 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,7 +1,7 @@ | ||
%pythoncode %{ | ||
VersionFitz = "1.23.5" # MuPDF version. | ||
VersionBind = "1.23.6" # PyMuPDF version. | ||
VersionDate = "2023-11-06 00:00:01" | ||
version = (VersionBind, VersionFitz, "20231106000001") | ||
VersionFitz = "1.23.7" # MuPDF version. | ||
VersionBind = "1.23.7" # PyMuPDF version. | ||
VersionDate = "2023-11-30 00:00:01" | ||
version = (VersionBind, VersionFitz, "20231130000001") | ||
pymupdf_version_tuple = tuple( [int(i) for i in VersionFitz.split('.')]) | ||
%} |
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