summaryrefslogtreecommitdiffstats
path: root/Obok_plugin
diff options
context:
space:
mode:
authorApprentice Harper <[email protected]>2021-02-21 14:35:49 +0000
committerApprentice Harper <[email protected]>2021-02-21 14:35:49 +0000
commit76a47e0dd079e76ff9cf7ba3458d137ead7f8c29 (patch)
treeb283408bc16d15b0e4b1ec76cd034d62f1e07e03 /Obok_plugin
parent70a754fb46bd0edbc5e3489256ec1bd4a3535917 (diff)
Version number update
Update to 7.1.0 for a full release
Diffstat (limited to 'Obok_plugin')
-rw-r--r--Obok_plugin/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Obok_plugin/__init__.py b/Obok_plugin/__init__.py
index b593136..62440a9 100644
--- a/Obok_plugin/__init__.py
+++ b/Obok_plugin/__init__.py
@@ -3,7 +3,7 @@ from __future__ import (unicode_literals, division, absolute_import,
print_function)
__license__ = 'GPL v3'
-__version__ = '6.7.0'
+__version__ = '7.1.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 = (6, 7, 0)
+PLUGIN_VERSION_TUPLE = (7, 1, 0)
PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE])
HELPFILE_NAME = PLUGIN_SAFE_NAME + '_Help.htm'
PLUGIN_AUTHORS = 'Anon'