Skip to content

Commit

Permalink
Bump Release Version 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Apr 1, 2024
1 parent 81a1c09 commit ffa0d7b
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, 17, 1)
version = (2, 18, 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.17.1"
version="2.18.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.17.1",
version="2.18.0",

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

0 comments on commit ffa0d7b

Please sign in to comment.