# HG changeset patch # User Ludovic Chabant # Date 1507404745 25200 # Node ID cde2362f4affa5877d46159d22049c21bc07d5c2 # Parent d65838abbd90fb9c37d658707d83ba587ae29d94 cache: Bump the cache version. diff -r d65838abbd90 -r cde2362f4aff piecrust/__init__.py --- 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