Simplified version string

This commit is contained in:
Ozzie Isaacs
2024-09-07 20:07:45 +02:00
parent d755878bd2
commit eea01b0ff5
5 changed files with 8 additions and 8 deletions

View File

@@ -172,8 +172,8 @@ BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, d
'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.24b'}
_version = STABLE_VERSION['version']
STABLE_VERSION = '0.6.24b'
# _version = STABLE_VERSION['version']
NIGHTLY_VERSION = dict()
NIGHTLY_VERSION[0] = '$Format:%H$'