From 78a885a09a7c4afe9a31383eaa8c8b7025731d86 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 23 Feb 2009 17:45:36 -0800 Subject: [PATCH] version 0.4.140 --- src/calibre/constants.py | 2 +- src/calibre/web/feeds/recipes/recipe_new_yorker.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/constants.py b/src/calibre/constants.py index e6f9b771e9..ef83336740 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.4.139' +__version__ = '0.4.140' __author__ = "Kovid Goyal " ''' Various run time constants. diff --git a/src/calibre/web/feeds/recipes/recipe_new_yorker.py b/src/calibre/web/feeds/recipes/recipe_new_yorker.py index 6134ab03bc..cfd651e883 100644 --- a/src/calibre/web/feeds/recipes/recipe_new_yorker.py +++ b/src/calibre/web/feeds/recipes/recipe_new_yorker.py @@ -11,7 +11,7 @@ from calibre.web.feeds.news import BasicNewsRecipe class NewYorker(BasicNewsRecipe): title = u'The New Yorker' __author__ = 'Darko Miletic' - description = 'Best of the US journalism' + description = 'The best of US journalism' oldest_article = 7 language = _('English') max_articles_per_feed = 100