From 51808d2ad44f0f7d8a064681d5edad2f23b721fb Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Tue, 5 May 2020 20:31:12 +0200 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 4de6b7a1..a3bd0da0 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -129,7 +129,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.7'} +STABLE_VERSION = {'version': '0.6.8 Beta'} NIGHTLY_VERSION = {} NIGHTLY_VERSION[0] = '$Format:%H$'