Skip to content

Commit

Permalink
Merge pull request #233 from JorjMcKie/master
Browse files Browse the repository at this point in the history
merge v1.14.3
  • Loading branch information
JorjMcKie authored Dec 2, 2018
2 parents ef9f728 + 51e81c7 commit efe7a8c
Show file tree
Hide file tree
Showing 11 changed files with 1,853 additions and 1,125 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PyMuPDF 1.14.2
# PyMuPDF 1.14.3

![logo](https://github.com/rk700/PyMuPDF/blob/master/demo/pymupdf.jpg)

Release date: November 15, 2018
Release date: December 2, 2018

**Travis-CI:** [![Build Status](https://travis-ci.org/JorjMcKie/py-mupdf.svg?branch=master)](https://travis-ci.org/JorjMcKie/py-mupdf)

Expand All @@ -14,7 +14,7 @@ On **[PyPI](https://pypi.org/project/PyMuPDF)** since August 2016: [![](https://

# Introduction

This is **version 1.14.2 of PyMuPDF (formerly python-fitz)**, a Python binding with support for [MuPDF 1.14.x](http://mupdf.com/) - "a lightweight PDF, XPS, and E-book viewer".
This is **version 1.14.3 of PyMuPDF (formerly python-fitz)**, a Python binding with support for [MuPDF 1.14.x](http://mupdf.com/) - "a lightweight PDF, XPS, and E-book viewer".

MuPDF can access files in PDF, XPS, OpenXPS, CBZ, EPUB and FB2 (e-books) formats, and it is known for its top performance and high rendering quality.

Expand Down
1 change: 1 addition & 0 deletions fitz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
csGRAY = fitz.csGRAY
csCMYK = fitz.csCMYK

# create the TOOLS object
TOOLS = fitz.Tools()
fitz.TOOLS = TOOLS

Expand Down
Loading

0 comments on commit efe7a8c

Please sign in to comment.