# HG changeset patch # User neko259 # Date 2014-01-24 09:53:25 # Node ID 1c4febea92c6503ae557fba73b2768659ae90d24 # Parent d652ef01cc13233b53443adf2c58430039162883 Bumped version to 1.7.1 diff --git a/neboard/settings.py b/neboard/settings.py --- a/neboard/settings.py +++ b/neboard/settings.py @@ -223,12 +223,12 @@ POSTING_DELAY = 20 # seconds COMPRESS_HTML = True -VERSION = '1.7 Anubis' +VERSION = '1.7.1 Anubis' # Debug mode middlewares if DEBUG: - SITE_NAME += '_debug' + SITE_NAME += ' DEBUG' MIDDLEWARE_CLASSES += ( 'boards.profiler.ProfilerMiddleware',