# HG changeset patch # User Ludovic Chabant # Date 1464585400 25200 # Node ID f1dd8f2e79e77c49ebb44162b03b08e47609ee6b # Parent 09115f0900f0657588ca531ef363691d599f0258 internal: Update the cache version to force re-gen the configuration settings. diff -r 09115f0900f0 -r f1dd8f2e79e7 piecrust/__init__.py --- a/piecrust/__init__.py Sun May 29 20:20:19 2016 -0700 +++ b/piecrust/__init__.py Sun May 29 22:16:40 2016 -0700 @@ -18,7 +18,7 @@ PIECRUST_URL = 'https://bolt80.com/piecrust/' -CACHE_VERSION = 24 +CACHE_VERSION = 25 try: from piecrust.__version__ import APP_VERSION