about summary refs log tree commit diff
path: root/kcc.py
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-01-28 19:28:25 +0100
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-01-28 19:28:25 +0100
commit6029aa2606427e547f2a9906eb81113e9bbede1f (patch)
treeb4824e72b0fc2d8e9f7234a4420b0484e89412ab /kcc.py
parentAdded MANIFEST.in, ugly fix for OSX not evaluating user local $PATH on app la... (diff)
downloadkcc-6029aa2606427e547f2a9906eb81113e9bbede1f.tar.gz
kcc-6029aa2606427e547f2a9906eb81113e9bbede1f.tar.bz2
kcc-6029aa2606427e547f2a9906eb81113e9bbede1f.zip
Valid ePub 2.0 output
Diffstat (limited to 'kcc.py')
-rw-r--r--kcc.py17
1 files changed, 1 insertions, 16 deletions
diff --git a/kcc.py b/kcc.py
index e2e6a87..7ff6548 100644
--- a/kcc.py
+++ b/kcc.py
@@ -16,22 +16,7 @@
 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# Changelog
-#  1.00 - Initial version
-#  1.10 - Added support for CBZ/CBR files
-#  1.11 - Added support for ZIP/RAR extensions
-#  1.20 - Comic optimizations! Split pages not target-oriented (landscape
-#       with portrait target or portrait with landscape target), add palette
-#       and other image optimizations from Mangle.
-#       WARNING: PIL is required for all image mangling!
-#
-# Todo:
-#   - Add gracefully exit for CBR if no rarfile.py and no unrar
-#       executable are found
-#   - Improve error reporting
-#   - recurse into dirtree for multiple comics
-
-__version__ = '2.0'
+__version__ = '2.2'
 __license__   = 'ISC'
 __copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>'
 __docformat__ = 'restructuredtext en'