From e154816b704222c40cf42399d25f2c2840bf445f Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 23 Nov 2016 11:48:36 -0600 Subject: [PATCH] Bump test version. --- calibre-plugin/__init__.py | 2 +- webservice/app.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index b318a00d..01b2f4fa 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, 6, 1) + version = (2, 6, 2) minimum_calibre_version = (1, 48, 0) #: This field defines the GUI plugin class that contains all the code diff --git a/webservice/app.yaml b/webservice/app.yaml index 769ebc77..5c833d1e 100644 --- a/webservice/app.yaml +++ b/webservice/app.yaml @@ -1,6 +1,6 @@ # ffd-retief-hrd fanficfare application: fanficfare -version: 2-6-1 +version: 2-6-2 runtime: python27 api_version: 1 threadsafe: true