summaryrefslogtreecommitdiffstats
path: root/Obok_plugin
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2022-07-13 17:21:49 +0200
committerNoDRM <[email protected]>2022-07-13 17:31:57 +0200
commit077e8f5c2a6381f4c3803ea4f0b87b1ca85f6fb4 (patch)
tree476dd715b892d0e77a65ec8a3fd20e9bd9dcf594 /Obok_plugin
parentfed8bb716befd2a6f9715dce3d6bda2f1dec5eba (diff)
Prepare release v10.0.3
Diffstat (limited to 'Obok_plugin')
-rw-r--r--Obok_plugin/__init__.py4
-rw-r--r--Obok_plugin/obok/obok.py3
-rw-r--r--Obok_plugin/obok_dedrm_Help.htm2
3 files changed, 6 insertions, 3 deletions
diff --git a/Obok_plugin/__init__.py b/Obok_plugin/__init__.py
index 2ecc16a..f752d5c 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__ = '10.0.0'
+__version__ = '10.0.3'
__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 = (10, 0, 0)
+PLUGIN_VERSION_TUPLE = (10, 0, 3)
PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE])
HELPFILE_NAME = PLUGIN_SAFE_NAME + '_Help.htm'
PLUGIN_AUTHORS = 'Anon'
diff --git a/Obok_plugin/obok/obok.py b/Obok_plugin/obok/obok.py
index e7da430..a986965 100644
--- a/Obok_plugin/obok/obok.py
+++ b/Obok_plugin/obok/obok.py
@@ -1,6 +1,9 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
+# Version 10.0.3 July 2022
+# Fix Calibre 6
+#
# Version 10.0.1 February 2022
# Remove OpenSSL support to only support PyCryptodome; clean up the code.
#
diff --git a/Obok_plugin/obok_dedrm_Help.htm b/Obok_plugin/obok_dedrm_Help.htm
index c79eb5d..4d1247e 100644
--- a/Obok_plugin/obok_dedrm_Help.htm
+++ b/Obok_plugin/obok_dedrm_Help.htm
@@ -8,7 +8,7 @@
<body>
<h1>Obok DeDRM Plugin</h1>
-<h3>(version 10.0.0)</h3>
+<h3>(version 10.0.2)</h3>
<h3>Installation:</h3>