10 lines
269 B
Python
10 lines
269 B
Python
# -*- coding: utf-8 -*-
|
|
"""Shared constants for the versioned plan/tracker contract."""
|
|
PLAN_SCHEMA_VERSION = 3
|
|
CONTRACT_VERSION = 2
|
|
TRACKER_SCHEMA_VERSION = 7
|
|
RESULT_DATA_VERSION = 2
|
|
PROMPT_VERSION = 5
|
|
ANALYSIS_SCHEMA_VERSION = 3
|
|
PROGRESSION_NORMALIZATION_VERSION = 5
|