File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 22
33![ logo] ( https://github.com/pymupdf/PyMuPDF/blob/master/demo/pymupdf.jpg )
44
5- Release date: August 10 , 2019
5+ Release date: August 31 , 2019
66
77** Travis-CI:** [ ![ Build Status] ( https://travis-ci.org/JorjMcKie/py-mupdf.svg?branch=master )] ( https://travis-ci.org/JorjMcKie/py-mupdf )
88
Original file line number Diff line number Diff line change @@ -6737,9 +6737,8 @@ struct Tools
67376737 return Py_BuildValue(" s" , FZ_VERSION);
67386738 }
67396739
6740- %feature(" autodoc" ," Return MuPDF warnings." ) mupdf_warnings;
6741- %pythonappend mupdf_warnings %{
6742- return " \n" .join(val)%}
6740+ %pythoncode %{property%}
6741+ %pythonappend mupdf_warnings %{val = " \n" .join(val)%}
67436742 PyObject *mupdf_warnings()
67446743 {
67456744 return JM_mupdf_warnings_store;
Original file line number Diff line number Diff line change 11%pythoncode %{
22VersionFitz = " 1.16.0"
33VersionBind = " 1.16.0"
4- VersionDate = " 2019-08-24 04:37:33 "
5- version = (VersionBind, VersionFitz, " 20190824043733 " )
4+ VersionDate = " 2019-08-25 01:01:00 "
5+ version = (VersionBind, VersionFitz, " 20190825010100 " )
66%}
You can’t perform that action at this time.
0 commit comments