From 1c7e1db9dc5ef31ec2a2c1f84e02e68dfe72eee3 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 30 Oct 2020 12:39:17 -0500 Subject: [PATCH] Bump Release Version 3.0.0 - min calibre v3.48.0 --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index d7f29a3..8796900 100644 --- a/__init__.py +++ b/__init__.py @@ -48,8 +48,8 @@ class EpubSplitBase(InterfaceActionBase): description = _('UI plugin to split off parts of an epub into a new book.') supported_platforms = ['windows', 'osx', 'linux'] author = 'Jim Miller' - version = (2, 9, 0) - minimum_calibre_version = (2, 85, 1) + version = (3, 0, 0) + minimum_calibre_version = (3, 48, 0) #: This field defines the GUI plugin class that contains all the code #: that actually does something. Its format is module_path:class_name