From 4802b5ef6065537adbbb9f005c2acf42a4cf4ffe Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Thu, 1 Mar 2012 18:02:24 -0600 Subject: [PATCH] Plugin v1.5.7. --- calibre-plugin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 2ff271e1..a9255c48 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -27,7 +27,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase): description = 'UI plugin to download FanFiction stories from various sites.' supported_platforms = ['windows', 'osx', 'linux'] author = 'Jim Miller' - version = (1, 5, 6) + version = (1, 5, 7) minimum_calibre_version = (0, 8, 30) #: This field defines the GUI plugin class that contains all the code