Skip to content

Commit

Permalink
Update the plugin version to 1.3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
bookfere committed May 8, 2023
1 parent a507c2a commit e4bb302
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 @@ -7,7 +7,7 @@

load_translations()

# To prevent update errors, avoid importing anything from other plugin modules.
# To prevent update errors, avoid importing anything from plugin modules.
def _z(message): return message


Expand All @@ -16,7 +16,7 @@ class EbookTranslator(InterfaceActionBase):
title = _(name)
supported_platforms = ['windows', 'osx', 'linux']
author = 'bookfere.com'
version = (1, 3, 5)
version = (1, 3, 6)
__version__ = 'v' + '.'.join(map(str, version))
description = _('A Calibre plugin to translate ebook into a specified '
'language (optionally keeping the original content).')
Expand Down

0 comments on commit e4bb302

Please sign in to comment.