Skip to content

Commit

Permalink
Bump Release Version 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Jul 31, 2022
1 parent 8c00813 commit c76a41e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 EpubMergeBase(InterfaceActionBase):
description = _('UI plugin to concatenate multiple epubs into one.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (2, 13, 3)
version = (2, 14, 0)
minimum_calibre_version = (3, 48, 0)

#: This field defines the GUI plugin class that contains all the code
Expand Down
2 changes: 1 addition & 1 deletion epubmerge.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import logging
logger = logging.getLogger(__name__)

version="2.13.3"
version="2.14.0"

# py2 vs py3 transition
from six import text_type as unicode
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
name=package_name,

# Versions should comply with PEP440.
version="2.13.3",
version="2.14.0",

description='A tool for merging multiple epubs into one.',
long_description=long_description,
Expand Down

0 comments on commit c76a41e

Please sign in to comment.