From 7b9edf9f6f02781a1f2c0d557798090d05da6036 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Fri, 29 May 2015 10:44:29 -0500
Subject: [PATCH] Bump version to v2.2.6
---
calibre-plugin/__init__.py | 2 +-
setup.py | 2 +-
webservice/app.yaml | 2 +-
webservice/index.html | 9 +++++----
4 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index fd95dbf..dcecc19 100644
--- a/calibre-plugin/__init__.py
+++ b/calibre-plugin/__init__.py
@@ -42,7 +42,7 @@ class FanFicFareBase(InterfaceActionBase):
description = _('UI plugin to download FanFiction stories from various sites.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
- version = (2, 2, 5)
+ version = (2, 2, 6)
minimum_calibre_version = (1, 48, 0)
#: This field defines the GUI plugin class that contains all the code
diff --git a/setup.py b/setup.py
index b0619c8..e063d5f 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
- version="2.2.5",
+ version="2.2.6",
description='A tool for downloading fanfiction to eBook formats',
long_description=long_description,
diff --git a/webservice/app.yaml b/webservice/app.yaml
index 90235b9..03900e4 100644
--- a/webservice/app.yaml
+++ b/webservice/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader fanficfare
application: fanficfare
-version: 2-2-5
+version: 2-2-6
runtime: python27
api_version: 1
threadsafe: true
diff --git a/webservice/index.html b/webservice/index.html
index 88a5909..7a60f16 100644
--- a/webservice/index.html
+++ b/webservice/index.html
@@ -46,9 +46,10 @@
Changes:
- - Fix ficwad.com changing author URLs.
- - Fix for ponyfictionarchive.net stories with neither In-Progress or Complete flag.
- - Fix for grangerenchanted.com bad HTML summary causing crash.
+ - Fixes for storiesonline -- Thanks, davidfor.
+ - Update html5lib to 0.99999.
+ - Fix add_genre_when_multi_category for AO3 changes to genre/category.
+ - Change AO3 genre & category to fill with freeformtags, ao3categories & fandoms from defaults.ini instead of by hardcode.
Questions? Check out our
@@ -58,7 +59,7 @@
If you have any problems with this application, please
report them in
the FanFicFare Google Group. The
- previous version
+ previous version
is also available for you to use if necessary.