-
Notifications
You must be signed in to change notification settings - Fork 553
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
Showing
9 changed files
with
103 additions
and
62 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 @@ | ||
Metadata-Version: 1.1 | ||
Name: PyMuPDF | ||
Version: 1.18.7 | ||
Version: 1.18.8 | ||
Author: Jorj McKie | ||
Author-email: [email protected] | ||
Maintainer: Jorj McKie | ||
|
@@ -9,7 +9,7 @@ Home-page: https://github.com/pymupdf/PyMuPDF | |
Download-url: https://github.com/pymupdf/PyMuPDF | ||
Summary: PyMuPDF is a Python binding for the PDF rendering library MuPDF | ||
Description: | ||
Release date: January 31, 2021 | ||
Release date: February 3, 2021 | ||
|
||
Authors | ||
======= | ||
|
@@ -20,7 +20,7 @@ Description: | |
Introduction | ||
============ | ||
|
||
This is **version 1.18.7 of PyMuPDF**, a Python binding for `MuPDF <http://mupdf.com/>`_ - "a lightweight PDF and XPS viewer". | ||
This is **version 1.18.8 of PyMuPDF**, a Python binding for `MuPDF <http://mupdf.com/>`_ - "a lightweight PDF and XPS viewer". | ||
|
||
MuPDF can access files in PDF, XPS, OpenXPS, epub, comic and fiction book formats, and it is known for both, its top performance and high rendering quality. | ||
|
||
|
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
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 @@ | ||
Covered Version | ||
-------------------- | ||
|
||
This documentation covers PyMuPDF v1.18.7 features as of **2021-01-31 00:00:01**. | ||
This documentation covers PyMuPDF v1.18.8 features as of **2021-02-03 19:56:11**. | ||
|
||
.. note:: 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
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 @@ | ||
%pythoncode %{ | ||
VersionFitz = "1.18.0" | ||
VersionBind = "1.18.7" | ||
VersionDate = "2021-01-31 00:00:01" | ||
version = (VersionBind, VersionFitz, "202101310001") | ||
%} | ||
VersionBind = "1.18.8" | ||
VersionDate = "2021-02-03 19:56:11" | ||
version = (VersionBind, VersionFitz, "20210203195611") | ||
%} |
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