Update version and FAQs

Version 7.2.0 with all the latest pull requests, including on for the latest KFX encryption.
This commit is contained in:
Apprentice Harper
2021-04-11 15:28:33 +01:00
parent bc1c3c2197
commit 45a1a64db5
6 changed files with 18 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ from __future__ import (unicode_literals, division, absolute_import,
print_function)
__license__ = 'GPL v3'
__version__ = '7.1.0'
__version__ = '7.2.0'
__docformat__ = 'restructuredtext en'
#####################################################################
@@ -20,7 +20,7 @@ except NameError:
PLUGIN_NAME = 'Obok DeDRM'
PLUGIN_SAFE_NAME = PLUGIN_NAME.strip().lower().replace(' ', '_')
PLUGIN_DESCRIPTION = _('Removes DRM from Kobo kepubs and adds them to the library.')
PLUGIN_VERSION_TUPLE = (7, 1, 0)
PLUGIN_VERSION_TUPLE = (7, 2, 0)
PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE])
HELPFILE_NAME = PLUGIN_SAFE_NAME + '_Help.htm'
PLUGIN_AUTHORS = 'Anon'