Update readme and version

This commit is contained in:
Ozzie Isaacs
2024-11-16 13:39:04 +01:00
parent 0af52f2053
commit e5dc7e2834
2 changed files with 1 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ 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 = '0.6.24'
STABLE_VERSION = '0.6.25b'
NIGHTLY_VERSION = dict()
NIGHTLY_VERSION[0] = '$Format:%H$'