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$'