From 91b52e658345e560b412cbe002aac960b090b40b Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sat, 5 Jan 2019 20:36:59 -0600 Subject: [PATCH] Bump Release Version v2.2.0 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 26f4c99..74fb3b6 100644 --- a/__init__.py +++ b/__init__.py @@ -32,7 +32,7 @@ class SmartEjectBase(InterfaceActionBase): description = _('UI plugin to Check for Duplicate/Missing/Added Books when Ejecting Devices.') supported_platforms = ['windows', 'osx', 'linux'] author = 'Jim Miller' - version = (2, 1, 0) + version = (2, 2, 0) minimum_calibre_version = (0, 8, 57) #: This field defines the GUI plugin class that contains all the code