Skip to content

Commit fb8c68d

Browse files
committed
upload version 1.16.0
1 parent 8001a9f commit fb8c68d

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

doc/PyMuPDF.pdf

103 KB
Binary file not shown.

doc/html.zip

129 KB
Binary file not shown.

fitz/fitz.i

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

fitz/version.i

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%pythoncode %{
22
VersionFitz = "1.16.0"
33
VersionBind = "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
%}

0 commit comments

Comments
 (0)