version 2.57.1

This commit is contained in:
Kovid Goyal 2016-05-20 17:15:27 +05:30
parent 6cd0016457
commit 3636e380f3
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,7 @@
# new recipes: # new recipes:
# - title: # - title:
- version: 2.57.0 - version: 2.57.1
date: 2016-05-20 date: 2016-05-20
new features: new features:
@ -62,6 +62,8 @@
- title: "Preferences->Keyboard: Fix unable to use Alt+A and Alt+S as custom shortcuts." - title: "Preferences->Keyboard: Fix unable to use Alt+A and Alt+S as custom shortcuts."
tickets: [1576721] 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: improved recipes:
- Folha de Sao Paolo - Folha de Sao Paolo
- Barrons - Barrons

View File

@ -4,7 +4,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en' __docformat__ = 'restructuredtext en'
__appname__ = u'calibre' __appname__ = u'calibre'
numeric_version = (2, 57, 0) numeric_version = (2, 57, 1)
__version__ = u'.'.join(map(unicode, numeric_version)) __version__ = u'.'.join(map(unicode, numeric_version))
__author__ = u"Kovid Goyal <kovid@kovidgoyal.net>" __author__ = u"Kovid Goyal <kovid@kovidgoyal.net>"