From 6a37c7ca9dd978487f43467258b81da86d08e7e6 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Mon, 24 Jan 2022 19:27:09 +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 281517cc..0a964fb7 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -151,7 +151,7 @@ def selected_roles(dictionary): BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, ' 'series_id, languages, publisher') -STABLE_VERSION = {'version': '0.6.16'} +STABLE_VERSION = {'version': '0.6.17 Beta'} NIGHTLY_VERSION = {} NIGHTLY_VERSION[0] = '$Format:%H$'