From 594c8aad91960b98f0f8733f6e6832d89c237221 Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Sun, 26 Jan 2020 19:36:15 +0100 Subject: [PATCH] Update Version Info --- cps/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/constants.py b/cps/constants.py index 76b203a4..50c34968 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -126,7 +126,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.5'} +STABLE_VERSION = {'version': '0.6.6 Beta'} NIGHTLY_VERSION = {} NIGHTLY_VERSION[0] = '$Format:%H$'