Skip to content

Commit

Permalink
Bump Release Version 3.0.0 - min calibre v3.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Oct 30, 2020
1 parent 02fffdc commit 1c7e1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c7e1db

Please sign in to comment.