Fix for another unknown Topaz token.

This commit is contained in:
Apprentice Harper
2016-08-05 17:24:44 +01:00
parent 6feeb352fc
commit 4d7556e919
12 changed files with 58 additions and 12 deletions

View File

@@ -51,6 +51,8 @@ __docformat__ = 'restructuredtext en'
# 6.4.2 - Fix for more new tags in Topaz ebooks and very small Topaz ebooks
# 6.4.3 - Fix for error that only appears when not in debug mode
# Also includes fix for Macs with bonded ethernet ports
# 6.4.4 - Fix for some more 'new' tags in Topaz ebooks.
# Also fix an error in wineutils.py
"""
@@ -58,7 +60,7 @@ Decrypt DRMed ebooks.
"""
PLUGIN_NAME = u"DeDRM"
PLUGIN_VERSION_TUPLE = (6, 4, 3)
PLUGIN_VERSION_TUPLE = (6, 4, 4)
PLUGIN_VERSION = u".".join([unicode(str(x)) for x in PLUGIN_VERSION_TUPLE])
# Include an html helpfile in the plugin's zipfile with the following name.
RESOURCE_NAME = PLUGIN_NAME + '_Help.htm'