diff --git a/cps/constants.py b/cps/constants.py index 376e1097..f9aa5701 100644 --- a/cps/constants.py +++ b/cps/constants.py @@ -163,7 +163,7 @@ def selected_roles(dictionary): BookMeta = namedtuple('BookMeta', 'file_path, extension, title, author, cover, description, tags, series, ' 'series_id, languages, publisher, pubdate, identifiers') -STABLE_VERSION = {'version': '0.6.20 Beta'} +STABLE_VERSION = {'version': '0.6.20'} NIGHTLY_VERSION = dict() NIGHTLY_VERSION[0] = '$Format:%H$'