From d55bafdfa9728a7a82ae912dfbcff1a3e4cef6d5 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 28 Oct 2023 19:10:44 +0200 Subject: [PATCH] Added hint for beta release format --- cps/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cps/constants.py b/cps/constants.py index b5f40b11..87ce6f59 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -168,6 +168,7 @@ def selected_roles(dictionary): BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, ' 'series_id, languages, publisher, pubdate, identifiers') +# python build process likes to have x.y.zbw -> b for beta and w a counting number STABLE_VERSION = {'version': '0.6.22 Beta'} NIGHTLY_VERSION = dict()