From d10d0e327158fc43e726ef92ab2b08a7747ba86c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 6 May 2011 10:10:11 -0600 Subject: [PATCH] version 0.8.0 --- Changelog.yaml | 7 +++++++ recipes/time_magazine.recipe | 2 ++ src/calibre/constants.py | 2 +- src/calibre/customize/__init__.py | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Changelog.yaml b/Changelog.yaml index 307836e5ab..6045762cc2 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -19,6 +19,13 @@ # new recipes: # - title: +- version: 0.8.0 + date: 2010-05-06 + + new features: + - title: "Go to http://calibre-ebook.com/new-in/eight to see what's new in 0.8.0" + type: major + - version: 0.7.59 date: 2011-04-30 diff --git a/recipes/time_magazine.recipe b/recipes/time_magazine.recipe index cfbdbce796..380bf71f8c 100644 --- a/recipes/time_magazine.recipe +++ b/recipes/time_magazine.recipe @@ -10,6 +10,8 @@ import re from calibre.web.feeds.news import BasicNewsRecipe class Time(BasicNewsRecipe): + recipe_disabled = ('This recipe has been disabled as TIME no longer' + ' publish complete articles on the web.') title = u'Time' __author__ = 'Kovid Goyal and Sujata Raman' description = 'Weekly magazine' diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 2145630347..640d064729 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -4,7 +4,7 @@ __license__ = 'GPL v3' __copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net' __docformat__ = 'restructuredtext en' __appname__ = u'calibre' -numeric_version = (0, 7, 59) +numeric_version = (0, 8, 0) __version__ = u'.'.join(map(unicode, numeric_version)) __author__ = u"Kovid Goyal " diff --git a/src/calibre/customize/__init__.py b/src/calibre/customize/__init__.py index 47d248de07..ddd713d4ce 100644 --- a/src/calibre/customize/__init__.py +++ b/src/calibre/customize/__init__.py @@ -607,7 +607,7 @@ class StoreBase(Plugin): # {{{ supported_platforms = ['windows', 'osx', 'linux'] author = 'John Schember' type = _('Store') - minimum_calibre_version = (0, 7, 59) + minimum_calibre_version = (0, 8, 0) actual_plugin = None