From 53a325ffa329a048067b2d3d4f9afa5255fa2a98 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sun, 26 May 2013 16:07:19 -0500 Subject: [PATCH] Bump versions. --- app.yaml | 2 +- calibre-plugin/__init__.py | 4 ++-- defaults.ini | 2 +- plugin-defaults.ini | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app.yaml b/app.yaml index 4a3f0d9..55b8237 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ # ffd-retief-hrd fanfictiondownloader application: fanfictiondownloader -version: 4-4-57 +version: 4-4-58 runtime: python27 api_version: 1 threadsafe: true diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index e05762b..640c201 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -4,7 +4,7 @@ from __future__ import (unicode_literals, division, absolute_import, print_function) __license__ = 'GPL v3' -__copyright__ = '2011, Jim Miller' +__copyright__ = '2013, Jim Miller' __docformat__ = 'restructuredtext en' # The class that all Interface Action plugin wrappers must inherit from @@ -26,7 +26,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase): description = 'UI plugin to download FanFiction stories from various sites.' supported_platforms = ['windows', 'osx', 'linux'] author = 'Jim Miller' - version = (1, 7, 24) + version = (1, 7, 25) minimum_calibre_version = (0, 8, 57) #: This field defines the GUI plugin class that contains all the code diff --git a/defaults.ini b/defaults.ini index b380e8c..67c22e9 100644 --- a/defaults.ini +++ b/defaults.ini @@ -192,7 +192,7 @@ extratags: FanFiction keep_summary_html:true ## If set true, any style attributes on tags in the story HTML will be -## kept. +## kept. Useful for keeping extra colors & formatting from original. #keep_style_attr: false ## Don't like the numbers at the start of chapter titles on some diff --git a/plugin-defaults.ini b/plugin-defaults.ini index 8b41916..e8588cb 100644 --- a/plugin-defaults.ini +++ b/plugin-defaults.ini @@ -176,7 +176,7 @@ extratags: FanFiction keep_summary_html:true ## If set true, any style attributes on tags in the story HTML will be -## kept. +## kept. Useful for keeping extra colors & formatting from original. #keep_style_attr: false ## Don't like the numbers at the start of chapter titles on some