summaryrefslogtreecommitdiff
path: root/jinja2/bccache.py
diff options
context:
space:
mode:
Diffstat (limited to 'jinja2/bccache.py')
-rw-r--r--jinja2/bccache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/bccache.py b/jinja2/bccache.py
index e58633e..d687d03 100644
--- a/jinja2/bccache.py
+++ b/jinja2/bccache.py
@@ -45,7 +45,7 @@ else:
return marshal.loads(f.read())
-bc_version = 2
+bc_version = 3
# magic version used to only change with new jinja versions. With 2.6
# we change this to also take Python version changes into account. The