Added hint for beta release format

This commit is contained in:
Ozzie Isaacs 2023-10-28 19:10:44 +02:00
parent a2a431802a
commit d55bafdfa9
1 changed files with 1 additions and 0 deletions

View File

@ -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()