From afe2588ad2b36c594d2258dbf3eab96a9846a06c Mon Sep 17 00:00:00 2001 From: Leo Gallucci Date: Sun, 24 Jan 2021 14:48:59 +0100 Subject: [PATCH] fix jinja 2.11.x compatability issue https://github.com/kblomqvist/yasha/issues/60 --- yasha/yasha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasha/yasha.py b/yasha/yasha.py index 6fd929a..90adaf8 100644 --- a/yasha/yasha.py +++ b/yasha/yasha.py @@ -27,7 +27,7 @@ import csv import jinja2 as jinja -__version__ = "dev" +__version__ = "4.4.fix60" ENCODING = 'utf-8' EXTENSION_FILE_FORMATS = ('.py', '.yasha', '.j2ext', '.jinja-ext')