diff piecrust/__init__.py @ 743:7705b3d981ca

templating: Make the 'categories' taxonomy use a 'pccaturl' function again.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 03 Jun 2016 20:21:58 -0700
parents 8c3c2b949b82
children f6f9a284a5f3
line wrap: on
line diff
--- a/piecrust/__init__.py	Thu Jun 02 20:26:51 2016 -0700
+++ b/piecrust/__init__.py	Fri Jun 03 20:21:58 2016 -0700
@@ -18,7 +18,7 @@
 
 PIECRUST_URL = 'https://bolt80.com/piecrust/'
 
-CACHE_VERSION = 26
+CACHE_VERSION = 27
 
 try:
     from piecrust.__version__ import APP_VERSION