From 6137fdeb33971d6f36009b0d01d3abda3393b4e9 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Tue, 2 Feb 2021 19:11:02 +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 e8fa0ecc..e9b9b5b9 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -131,7 +131,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.11'} +STABLE_VERSION = {'version': '0.6.12 Beta'} NIGHTLY_VERSION = {} NIGHTLY_VERSION[0] = '$Format:%H$'