diff piecrust/__init__.py @ 725:f1dd8f2e79e7

internal: Update the cache version to force re-gen the configuration settings.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 29 May 2016 22:16:40 -0700
parents ab5c6a8ae90a
children 8c3c2b949b82
line wrap: on
line diff
--- a/piecrust/__init__.py	Sun May 29 20:20:19 2016 -0700
+++ b/piecrust/__init__.py	Sun May 29 22:16:40 2016 -0700
@@ -18,7 +18,7 @@
 
 PIECRUST_URL = 'https://bolt80.com/piecrust/'
 
-CACHE_VERSION = 24
+CACHE_VERSION = 25
 
 try:
     from piecrust.__version__ import APP_VERSION