From b5d5660d04acc98283b4ff4a798596d0d270441e Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 31 Jul 2022 16:14:03 +0200 Subject: [PATCH] Update version --- cps/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/constants.py b/cps/constants.py index 0f3b2530..d0076067 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -163,7 +163,7 @@ def selected_roles(dictionary): BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, ' 'series_id, languages, publisher, pubdate, identifiers') -STABLE_VERSION = {'version': '0.6.19 Beta'} +STABLE_VERSION = {'version': '0.6.19'} NIGHTLY_VERSION = dict() NIGHTLY_VERSION[0] = '$Format:%H$'