Skip to content

Commit

Permalink
Bump version v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Dec 4, 2017
1 parent f7c2933 commit 34296ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ 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, 2, 1)
version = (2, 3, 0)
minimum_calibre_version = (0, 9, 29)

#: This field defines the GUI plugin class that contains all the code
Expand Down

0 comments on commit 34296ba

Please sign in to comment.