Make Version setuptools compatible and still have the "Beta" in the User interface

This commit is contained in:
Ozzie Isaacs
2023-12-09 09:36:28 +01:00
parent 2334e8f9c9
commit d341faf204
4 changed files with 6 additions and 6 deletions

View File

@@ -173,7 +173,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.22 Beta'}
STABLE_VERSION = {'version': '0.6.22b'}
NIGHTLY_VERSION = dict()
NIGHTLY_VERSION[0] = '$Format:%H$'