From a1668e241169871fa4bcc93e87f3ba9495fad8cd Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 17 Jan 2021 16:37:54 +0100 Subject: [PATCH] Version Bump --- cps/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/constants.py b/cps/constants.py index 54faf4b6..9f6b88e3 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -130,7 +130,7 @@ def selected_roles(dictionary): BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, ' 'series_id, languages') -STABLE_VERSION = {'version': '0.6.10'} +STABLE_VERSION = {'version': '0.6.11 Beta'} NIGHTLY_VERSION = {} NIGHTLY_VERSION[0] = '$Format:%H$'