From e1c0b5e0bc5e7d4b89f47b3e250097eabf85e553 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Tue, 5 Feb 2013 19:13:13 +0100 Subject: Added --black-borders option to set added borders black when page's ratio is not the device's one (fixes #11). Fixes epub containing zipped itself (fixes #10). --- kcc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcc.py') diff --git a/kcc.py b/kcc.py index af0955e..30e75c9 100644 --- a/kcc.py +++ b/kcc.py @@ -16,7 +16,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. # -__version__ = '2.4' +__version__ = '2.5' __license__ = 'ISC' __copyright__ = '2012-2013, Ciro Mattia Gonano ' __docformat__ = 'restructuredtext en' -- cgit 1.4.1