From 5a1f3d8eec42d03228b1e5dec9bc750ca10bbc94 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Fri, 6 Feb 2026 20:39:07 +0100 Subject: [PATCH] Version bump --- cps/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/constants.py b/cps/constants.py index 21fecebea..1a5af1352 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -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$'