From e9bccc83c54a810078ff54dd157ddc5d8d4cd163 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 6 Jul 2024 13:29:17 +0200 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 e58364336..2a171ca54 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -175,7 +175,7 @@ def selected_roles(dictionary): '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 = {'version': '0.6.22b'} +STABLE_VERSION = {'version': '0.6.22'} NIGHTLY_VERSION = dict() NIGHTLY_VERSION[0] = '$Format:%H$'