mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
version 2.57.1
This commit is contained in:
parent
6cd0016457
commit
3636e380f3
@ -20,7 +20,7 @@
|
||||
# new recipes:
|
||||
# - title:
|
||||
|
||||
- version: 2.57.0
|
||||
- version: 2.57.1
|
||||
date: 2016-05-20
|
||||
|
||||
new features:
|
||||
@ -62,6 +62,8 @@
|
||||
- title: "Preferences->Keyboard: Fix unable to use Alt+A and Alt+S as custom shortcuts."
|
||||
tickets: [1576721]
|
||||
|
||||
- title: "Version 2.57.1 is a hotfix to fix a regression that broke conversion of ODT files in 2.57.0"
|
||||
|
||||
improved recipes:
|
||||
- Folha de Sao Paolo
|
||||
- Barrons
|
||||
|
@ -4,7 +4,7 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = u'calibre'
|
||||
numeric_version = (2, 57, 0)
|
||||
numeric_version = (2, 57, 1)
|
||||
__version__ = u'.'.join(map(unicode, numeric_version))
|
||||
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user