]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
bump bytecode cache version
authorDavid Lord <davidism@gmail.com>
Wed, 29 Jan 2020 05:48:37 +0000 (21:48 -0800)
committerDavid Lord <davidism@gmail.com>
Wed, 5 Feb 2020 16:44:19 +0000 (08:44 -0800)
src/jinja2/bccache.py

index 70b99c53df5f315f2cf74ce8272f8f47fc96febd..7ddcf405b9574067c3ce56b521a0345b215d5167 100644 (file)
@@ -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.