From 36604c52eed8f7c8c9fdad40f3d3485a19a15d47 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 1 Jun 2019 07:28:53 +0530 Subject: [PATCH] Forgot to bump plugin version --- src/calibre/gui2/store/stores/amazon_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/store/stores/amazon_plugin.py b/src/calibre/gui2/store/stores/amazon_plugin.py index f2d1434cd3..34858f1c07 100644 --- a/src/calibre/gui2/store/stores/amazon_plugin.py +++ b/src/calibre/gui2/store/stores/amazon_plugin.py @@ -3,7 +3,7 @@ # License: GPLv3 Copyright: 2015, Kovid Goyal from __future__ import absolute_import, division, print_function, unicode_literals -store_version = 16 # Needed for dynamic plugin loading +store_version = 17 # Needed for dynamic plugin loading from contextlib import closing try: