From 580ce2cf76a7d59dcf81acfa75c5cb905cf9932c Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 31 Oct 2012 10:33:59 -0500 Subject: [PATCH] Bump versions. --- app.yaml | 2 +- calibre-plugin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index 03042957..1bcc53ba 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ # ffd-retief-hrd fanfictiondownloader application: fanfictiondownloader -version: 4-4-31 +version: 4-4-32 runtime: python27 api_version: 1 threadsafe: true diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 7ca131ab..5b8e64e2 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, 6, 16) + version = (1, 6, 17) minimum_calibre_version = (0, 8, 57) #: This field defines the GUI plugin class that contains all the code