Merge pull request #16859 from open-craft/tomaszgy/completion_in_blocks_api_read_1

Bump READ_VERSION of BlockCompletionTransformer to 1
This commit is contained in:
Nimisha Asthagiri
2017-12-15 13:32:03 -05:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ class BlockCompletionTransformer(BlockStructureTransformer):
"""
Keep track of the completion of each block within the block structure.
"""
READ_VERSION = 0
READ_VERSION = 1
WRITE_VERSION = 1
COMPLETION = 'completion'