changeset 965:cde2362f4aff

cache: Bump the cache version.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 07 Oct 2017 12:32:25 -0700
parents d65838abbd90
children cc55740860de
files piecrust/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/piecrust/__init__.py	Sat Oct 07 12:31:48 2017 -0700
+++ b/piecrust/__init__.py	Sat Oct 07 12:32:25 2017 -0700
@@ -19,7 +19,7 @@
 
 PIECRUST_URL = 'https://bolt80.com/piecrust/'
 
-CACHE_VERSION = 30
+CACHE_VERSION = 31
 
 try:
     from piecrust.__version__ import APP_VERSION