Skip to content

Commit 743728e

Browse files
committed
Advance version to 0.82
1 parent ec44cc9 commit 743728e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/kindleunpack.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@
140140
# 0.76 pre-release version only fix name related issues in opf by not using original file name in mobi7
141141
# 0.77 bug fix for unpacking HDImages with included Fonts
142142
# 0.80 converted to work with both python 2.7 and Python 3.3 and later
143+
# 0.81 various fixes
144+
# 0.82 Handle calibre-generated mobis that can have skeletons with no fragments
143145

144146
DUMP = False
145147
""" Set to True to dump all possible information. """
@@ -949,7 +951,7 @@ def main(argv=unicode_argv()):
949951
global WRITE_RAW_DATA
950952
global SPLIT_COMBO_MOBIS
951953

952-
print("KindleUnpack v0.80")
954+
print("KindleUnpack v0.82")
953955
print(" Based on initial mobipocket version Copyright © 2009 Charles M. Hannum <root@ihack.net>")
954956
print(" Extensive Extensions and Improvements Copyright © 2009-2014 ")
955957
print(" by: P. Durrant, K. Hendricks, S. Siebert, fandrieu, DiapDealer, nickredding, tkeo.")

0 commit comments

Comments
 (0)