forked from pymupdf/PyMuPDF
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
363bce0
commit 6cbf8db
Showing
4 changed files
with
5 additions
and
5 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.6** features as of **2023-10-11 00:00:01**. | ||
This documentation covers **PyMuPDF v1.23.6** features as of **2023-11-06 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.5" # MuPDF version. | ||
VersionBind = "1.23.6" # PyMuPDF version. | ||
VersionDate = "2023-10-11 00:00:01" | ||
version = (VersionBind, VersionFitz, "20231011000001") | ||
VersionDate = "2023-11-06 00:00:01" | ||
version = (VersionBind, VersionFitz, "20231106000001") | ||
%} |
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