From b83d56eff2c820e55222c9856000f0422f721f3d Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Wed, 3 Jun 2020 19:10:36 +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 3b7a8e66..a9c35950 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -128,7 +128,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.8'} +STABLE_VERSION = {'version': '0.6.9 Beta'} NIGHTLY_VERSION = {} NIGHTLY_VERSION[0] = '$Format:%H$'