-
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.
More updates to version and dates for release of 1.23.1.
- Loading branch information
1 parent
6f0bc94
commit d5a8b79
Showing
3 changed files
with
4 additions
and
4 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,6 +1,6 @@ | ||
---- | ||
|
||
This documentation covers **PyMuPDF v1.23.1** features as of **2023-08-23 00:00:01**. | ||
This documentation covers **PyMuPDF v1.23.1** features as of **2023-08-24 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.1" # PyMuPDF version. | ||
VersionDate = "2023-08-23 00:00:01" | ||
version = (VersionBind, VersionFitz, "20230823000001") | ||
VersionDate = "2023-08-24 00:00:01" | ||
version = (VersionBind, VersionFitz, "20230824000001") | ||
%} |
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