From b2d5aaec7634f5ad3fab7ce1636ed99ab69c3f97 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 10 Jun 2008 05:21:35 -0700 Subject: [PATCH] version 0.4.69 --- src/calibre/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/__init__.py b/src/calibre/__init__.py index ccfcdd5113..9cd2ec6bbc 100644 --- a/src/calibre/__init__.py +++ b/src/calibre/__init__.py @@ -1,7 +1,7 @@ ''' E-book management software''' __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal ' -__version__ = '0.4.68' +__version__ = '0.4.69' __docformat__ = "epytext" __author__ = "Kovid Goyal " __appname__ = 'calibre' @@ -565,4 +565,4 @@ if isosx: from calibre.ebooks.lrf.fonts.liberation import __all__ as fonts for font in fonts: exec 'from calibre.ebooks.lrf.fonts.liberation.'+font+' import font_data' - open(os.path.join(fdir, font+'.ttf'), 'wb').write(font_data) \ No newline at end of file + open(os.path.join(fdir, font+'.ttf'), 'wb').write(font_data)