From 9c364533e43ccc9f0dc24d9052dbc145426938b3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 21 Jan 2011 14:44:41 -0700 Subject: [PATCH] version 0.7.42 --- Changelog.yaml | 2 +- src/calibre/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index 4def62b6b2..6fc6714970 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -4,7 +4,7 @@ # for important features/bug fixes. # Also, each release can have new and improved recipes. -- version: 0.7.41 +- version: 0.7.42 date: 2011-01-21 new features: diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 86b0f56315..e5792aeff8 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -2,7 +2,7 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = 'calibre' -__version__ = '0.7.41' +__version__ = '0.7.42' __author__ = "Kovid Goyal " import re