1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-05 04:25:31 +00:00

Version bump

This commit is contained in:
Paweł Jastrzębski
2019-10-21 13:50:53 +02:00
parent 6ce0f76fe0
commit 67e913ed9e
10 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -953,7 +953,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
'DefaultUpscale': False, 'Label': 'K34'},
}
profilesGUI = [
"Kindle Oasis 2",
"Kindle Oasis 2/3",
"Kindle Oasis",
"Kindle Voyage",
"Kindle PW 3/4",
+1 -1
View File
@@ -1,4 +1,4 @@
__version__ = '5.5.1'
__version__ = '5.5.2'
__license__ = 'ISC'
__copyright__ = '2012-2019, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>'
__docformat__ = 'restructuredtext en'
+1 -1
View File
@@ -358,7 +358,7 @@ class Cover:
try:
self.image.save(self.target, "JPEG", optimize=1, quality=85)
except IOError:
raise RuntimeError('Failed to process downloaded cover.')
raise RuntimeError('Failed to save cover.')
def saveToKindle(self, kindle, asin):
self.image = self.image.resize((300, 470), Image.ANTIALIAS)