From 8468d3a98f35f6a06bb5416c0f245a7b5a67fb8e Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 28 Jan 2020 21:48:37 -0800 Subject: bump bytecode cache version --- src/jinja2/bccache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/jinja2/bccache.py b/src/jinja2/bccache.py index 70b99c53..7ddcf405 100644 --- a/src/jinja2/bccache.py +++ b/src/jinja2/bccache.py @@ -18,7 +18,7 @@ from io import BytesIO from .utils import open_if_exists -bc_version = 4 +bc_version = 5 # Magic bytes to identify Jinja bytecode cache files. Contains the # Python major and minor version to avoid loading incompatible bytecode # if a project upgrades its Python version. -- cgit v1.2.3