version 0.7.42

This commit is contained in:
Kovid Goyal 2011-01-21 14:44:41 -07:00
parent b27a2625cb
commit 9c364533e4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# for important features/bug fixes. # for important features/bug fixes.
# Also, each release can have new and improved recipes. # Also, each release can have new and improved recipes.
- version: 0.7.41 - version: 0.7.42
date: 2011-01-21 date: 2011-01-21
new features: new features:

View File

@ -2,7 +2,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__ = 'calibre' __appname__ = 'calibre'
__version__ = '0.7.41' __version__ = '0.7.42'
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>" __author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
import re import re