# HG changeset patch # User Ludovic Chabant # Date 1518586172 28800 # Node ID e1e459438f3fbc73fb9ee9da2fdb0df9f2a51308 # Parent 21834ab8fd9b5853058b294e3a1695c4011f4e10 cm: Bump cache version ahead of v3 release. diff -r 21834ab8fd9b -r e1e459438f3f piecrust/__init__.py --- 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