changeset 682:99112a431de9

internal: Bump cache version.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 08 Mar 2016 01:07:56 -0800
parents 894d286b348f
children ec384174b8b2
files piecrust/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/piecrust/__init__.py	Tue Mar 08 01:07:34 2016 -0800
+++ b/piecrust/__init__.py	Tue Mar 08 01:07:56 2016 -0800
@@ -17,7 +17,7 @@
 
 PIECRUST_URL = 'http://bolt80.com/piecrust/'
 
-CACHE_VERSION = 22
+CACHE_VERSION = 23
 
 try:
     from piecrust.__version__ import APP_VERSION