1
0
mirror of https://github.com/janeczku/calibre-web synced 2026-06-03 11:12:12 +00:00

Version bump

This commit is contained in:
Ozzie Isaacs
2026-02-06 20:39:07 +01:00
parent f14faff308
commit 5a1f3d8eec
+1 -1
View File
@@ -175,7 +175,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.26b'
STABLE_VERSION = '0.6.26'
NIGHTLY_VERSION = dict()
NIGHTLY_VERSION[0] = '$Format:%H$'