diff piecrust/__init__.py @ 1153:a9a592f655e3

config: Add setting for enabling baking or serving posts in the future.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 19 Jan 2019 17:41:30 -0800
parents c8fb7b024faa
children
line wrap: on
line diff
--- a/piecrust/__init__.py	Sat Jan 19 17:40:13 2019 -0800
+++ b/piecrust/__init__.py	Sat Jan 19 17:41:30 2019 -0800
@@ -19,7 +19,7 @@
 
 PIECRUST_URL = 'https://bolt80.com/piecrust/'
 
-CACHE_VERSION = 33
+CACHE_VERSION = 34
 
 try:
     from piecrust.__version__ import APP_VERSION