summaryrefslogtreecommitdiffstats
path: root/Obok_plugin
diff options
context:
space:
mode:
authorNoDRM <[email protected]>2023-08-02 07:39:35 +0200
committerNoDRM <[email protected]>2023-08-02 07:39:35 +0200
commitb9bad26d4b6efa43efdafd8b060f33ea1d945f36 (patch)
treeb6720d9b510b614e7b703cc89ac412c592f1dada /Obok_plugin
parent2a1413297ec0ca38d2803b45e3a5b3b44964657c (diff)
Prepare release candidate v10.0.9
Diffstat (limited to 'Obok_plugin')
-rw-r--r--Obok_plugin/__init__.py4
-rw-r--r--Obok_plugin/obok/obok.py4
-rw-r--r--Obok_plugin/obok_dedrm_Help.htm2
3 files changed, 5 insertions, 5 deletions
diff --git a/Obok_plugin/__init__.py b/Obok_plugin/__init__.py
index f752d5c..864ded3 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.3'
+__version__ = '10.0.9'
__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, 3)
+PLUGIN_VERSION_TUPLE = (10, 0, 9)
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 dc0a30d..603e773 100644
--- a/Obok_plugin/obok/obok.py
+++ b/Obok_plugin/obok/obok.py
@@ -168,8 +168,8 @@
"""Manage all Kobo books, either encrypted or DRM-free."""
from __future__ import print_function
-__version__ = '10.0.1'
-__about__ = "Obok v{0}\nCopyright © 2012-2022 Physisticated et al.".format(__version__)
+__version__ = '10.0.9'
+__about__ = "Obok v{0}\nCopyright © 2012-2023 Physisticated et al.".format(__version__)
import sys
import os
diff --git a/Obok_plugin/obok_dedrm_Help.htm b/Obok_plugin/obok_dedrm_Help.htm
index 4d1247e..9ccb736 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.2)</h3>
+<h3>(version 10.0.9 / 10.1.0 RC1)</h3>
<h3>Installation:</h3>