diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-02-05 19:13:13 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-02-05 19:13:13 +0100 |
commit | e1c0b5e0bc5e7d4b89f47b3e250097eabf85e553 (patch) | |
tree | 2cc13d7f43128151e93cd038f40147da533d6614 /kcc.py | |
parent | Use temporary directory as workdir (fixes converting from external volumes an... (diff) | |
download | kcc-e1c0b5e0bc5e7d4b89f47b3e250097eabf85e553.tar.gz kcc-e1c0b5e0bc5e7d4b89f47b3e250097eabf85e553.tar.bz2 kcc-e1c0b5e0bc5e7d4b89f47b3e250097eabf85e553.zip |
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).
Diffstat (limited to 'kcc.py')
-rw-r--r-- | kcc.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ciromattia@gmail.com>' __docformat__ = 'restructuredtext en' |