diff piecrust/__init__.py @ 787:f6f9a284a5f3

routing: Simplify how route functions are declared and handled. * Site config now only has to declare the function name. * Simply code for running route functions.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 01 Sep 2016 23:00:58 -0700
parents 7705b3d981ca
children 58ebf50235a5
line wrap: on
line diff
--- a/piecrust/__init__.py	Thu Sep 01 22:58:31 2016 -0700
+++ b/piecrust/__init__.py	Thu Sep 01 23:00:58 2016 -0700
@@ -18,7 +18,7 @@
 
 PIECRUST_URL = 'https://bolt80.com/piecrust/'
 
-CACHE_VERSION = 27
+CACHE_VERSION = 28
 
 try:
     from piecrust.__version__ import APP_VERSION