diff piecrust/__init__.py @ 584:9ccc933ac2c7

internal: Refactor the app configuration class. * Moved to its own module. * More extensible validation. * Allow easier setup of defaults so `showconfig` shows more useful stuff.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 01 Jan 2016 23:18:26 -0800
parents 0e9a94b7fdfa
children 99112a431de9
line wrap: on
line diff
--- a/piecrust/__init__.py	Wed Dec 30 20:42:45 2015 -0800
+++ b/piecrust/__init__.py	Fri Jan 01 23:18:26 2016 -0800
@@ -17,6 +17,8 @@
 
 PIECRUST_URL = 'http://bolt80.com/piecrust/'
 
+CACHE_VERSION = 22
+
 try:
     from piecrust.__version__ import APP_VERSION
 except ImportError: