Skip to content

Commit c8be31a

Browse files
committed
Update changlelog and version
1 parent 51305de commit c8be31a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/kindleunpack.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
# 0.80 converted to work with both python 2.7 and Python 3.3 and later
143143
# 0.81 various fixes
144144
# 0.82 Handle calibre-generated mobis that can have skeletons with no fragments
145+
# 0.83 Fix header item 114 being mistakenly treated as a string instead of a value
145146

146147
DUMP = False
147148
""" Set to True to dump all possible information. """
@@ -959,9 +960,9 @@ def main(argv=unicode_argv()):
959960
global WRITE_RAW_DATA
960961
global SPLIT_COMBO_MOBIS
961962

962-
print("KindleUnpack v0.82")
963+
print("KindleUnpack v0.83")
963964
print(" Based on initial mobipocket version Copyright © 2009 Charles M. Hannum <root@ihack.net>")
964-
print(" Extensive Extensions and Improvements Copyright © 2009-2014 ")
965+
print(" Extensive Extensions and Improvements Copyright © 2009-2020 ")
965966
print(" by: P. Durrant, K. Hendricks, S. Siebert, fandrieu, DiapDealer, nickredding, tkeo.")
966967
print(" This program is free software: you can redistribute it and/or modify")
967968
print(" it under the terms of the GNU General Public License as published by")

0 commit comments

Comments
 (0)