changeset 216:c5ada46b281a

internal: Bump the processing record version.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 31 Jan 2015 17:33:02 -0800
parents a47580a0955b
children 1f4c3dae1fe8
files piecrust/processing/records.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/piecrust/processing/records.py	Sat Jan 31 17:08:02 2015 -0800
+++ b/piecrust/processing/records.py	Sat Jan 31 17:33:02 2015 -0800
@@ -3,7 +3,7 @@
 
 
 class ProcessorPipelineRecord(Record):
-    RECORD_VERSION = 3
+    RECORD_VERSION = 4
 
     def __init__(self):
         super(ProcessorPipelineRecord, self).__init__()