##// END OF EJS Templates
Bumped version to 1.7.1
neko259 -
r587:1c4febea 1.7.1 default
parent child Browse files
Show More
@@ -223,12 +223,12 b' POSTING_DELAY = 20 # seconds'
223 223
224 224 COMPRESS_HTML = True
225 225
226 VERSION = '1.7 Anubis'
226 VERSION = '1.7.1 Anubis'
227 227
228 228 # Debug mode middlewares
229 229 if DEBUG:
230 230
231 SITE_NAME += '_debug'
231 SITE_NAME += ' DEBUG'
232 232
233 233 MIDDLEWARE_CLASSES += (
234 234 'boards.profiler.ProfilerMiddleware',
General Comments 0
You need to be logged in to leave comments. Login now