From 55ad7e2726b0b155e5d80c27834b62698112dccf Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 31 Oct 2016 19:39:48 -0500 Subject: [PATCH] Bump test version. --- 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 b6a1beb0..a43cf853 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -48,7 +48,7 @@ class FanFicFareBase(InterfaceActionBase): description = _('UI plugin to download FanFiction stories from various sites.') supported_platforms = ['windows', 'osx', 'linux'] author = 'Jim Miller' - version = (2, 5, 5) + version = (2, 5, 6) minimum_calibre_version = (1, 48, 0) #: This field defines the GUI plugin class that contains all the code