version 0.7.31

This commit is contained in:
Kovid Goyal 2010-11-27 11:29:50 -07:00
parent 477dc90089
commit 31a63fb6d2
2 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,14 @@
# for important features/bug fixes.
# Also, each release can have new and improved recipes.
- version: 0.7.31
date: 2010-11-27
bug fixes:
- title: "Fix various regressions in the calibre windows build caused by the switch to python 2.7. If you are on windows and upgraded to 0.7.30, it is highly recommended that you upgrade to 0.7.31. If you are not on windows, you can ignore 0.7.31"
tickets: [7685, 7694, 7691]
- version: 0.7.30
date: 2010-11-26

View File

@ -2,7 +2,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en'
__appname__ = 'calibre'
__version__ = '0.7.30'
__version__ = '0.7.31'
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
import re