diff piecrust/__init__.py @ 730:8c3c2b949b82

routing: Fix problems with route functions. Instead of using merged functions with multiblog sites, use different functions. Add some options to customize the function names.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 01 Jun 2016 22:10:47 -0700
parents f1dd8f2e79e7
children 7705b3d981ca
line wrap: on
line diff
--- a/piecrust/__init__.py	Wed Jun 01 22:09:21 2016 -0700
+++ b/piecrust/__init__.py	Wed Jun 01 22:10:47 2016 -0700
@@ -18,7 +18,7 @@
 
 PIECRUST_URL = 'https://bolt80.com/piecrust/'
 
-CACHE_VERSION = 25
+CACHE_VERSION = 26
 
 try:
     from piecrust.__version__ import APP_VERSION