changeset 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 09115f0900f0
children 6e92b5cd0163
files piecrust/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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