1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-09 09:48:05 +00:00

Version bump

This commit is contained in:
Ozzie Isaacs
2025-08-24 09:50:41 +02:00
parent 91e36b2c7e
commit 776eeccc67

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.25b'
STABLE_VERSION = '0.6.25'
NIGHTLY_VERSION = dict()
NIGHTLY_VERSION[0] = '$Format:%H$'