diff piecrust/app.py @ 76:fdb08d986384 2.0.0-alpha2

Add SmartyPants formatting.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 30 Aug 2014 17:35:11 -0700
parents 563ce5dd02af
children f9f67086415c b3ce11b2cf36
line wrap: on
line diff
--- a/piecrust/app.py	Sat Aug 30 10:00:52 2014 -0700
+++ b/piecrust/app.py	Sat Aug 30 17:35:11 2014 -0700
@@ -26,7 +26,7 @@
 logger = logging.getLogger(__name__)
 
 
-CACHE_VERSION = 13
+CACHE_VERSION = 14
 
 
 class VariantNotFoundError(Exception):