From 54d06e580d73ba58274e7ed4efbd8fc94b7e1856 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 22 May 2021 14:08:46 +0200 Subject: [PATCH] Release version 0.6.12 --- cps/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/constants.py b/cps/constants.py index e9c26cb1..3019fdd8 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -154,7 +154,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.12 Beta'} +STABLE_VERSION = {'version': '0.6.12'} NIGHTLY_VERSION = {} NIGHTLY_VERSION[0] = '$Format:%H$'