From 3c63e2b7e433c33fe1dabe068651b6a574c53219 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Tue, 21 Jan 2020 07:04:18 +0100 Subject: [PATCH] Update version number --- cps/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/constants.py b/cps/constants.py index 7630b38f..76b203a4 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -126,7 +126,7 @@ def selected_roles(dictionary): BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, ' 'series_id, languages') -STABLE_VERSION = {'version': '0.6.5 Beta'} +STABLE_VERSION = {'version': '0.6.5'} NIGHTLY_VERSION = {} NIGHTLY_VERSION[0] = '$Format:%H$'