From 1451a67912a41a4811dcd425abc49bc49becb711 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Mon, 27 Mar 2023 19:49:57 +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 376e1097..f9aa5701 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.20 Beta'} +STABLE_VERSION = {'version': '0.6.20'} NIGHTLY_VERSION = dict() NIGHTLY_VERSION[0] = '$Format:%H$'