changeset 1064:e1e459438f3f

cm: Bump cache version ahead of v3 release.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Feb 2018 21:29:32 -0800
parents 21834ab8fd9b
children e00ff3dcb5ec
files piecrust/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/piecrust/__init__.py	Tue Feb 13 21:25:46 2018 -0800
+++ b/piecrust/__init__.py	Tue Feb 13 21:29:32 2018 -0800
@@ -19,7 +19,7 @@
 
 PIECRUST_URL = 'https://bolt80.com/piecrust/'
 
-CACHE_VERSION = 31
+CACHE_VERSION = 32
 
 try:
     from piecrust.__version__ import APP_VERSION