From 282793be7d0c4ea6618dcae9a9a893aaa82b0cd5 Mon Sep 17 00:00:00 2001
From: Jan Mach <jan.mach@cesnet.cz>
Date: Mon, 27 Dec 2021 07:23:55 +0100
Subject: [PATCH] mentat-controller.py not working with jinja2 version 3.0.1

As it turns out some of the files were never part of the Mentat package.

(Redmine issue: #7542)
---
 MANIFEST.in            | 1 +
 conf/requirements.pip  | 2 +-
 lib/mentat/__init__.py | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index d0a72f863..9b61621e9 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
 include LICENSE.txt
 include README.rst
 include lib/hawat/Makefile*
+recursive-include lib/mentat/templates_email *
 recursive-include lib/hawat/static *
 recursive-include lib/hawat/templates *
 recursive-include lib/hawat/migrations *
diff --git a/conf/requirements.pip b/conf/requirements.pip
index 38278ffc9..fc8f15ea6 100644
--- a/conf/requirements.pip
+++ b/conf/requirements.pip
@@ -6,7 +6,7 @@ babel==2.8.0
 wtforms==2.2.1
 sqlalchemy==1.3.15
 alembic==1.4.2
-jinja2==3.0.1
+jinja2==3.0.3
 blinker==1.4
 bsddb3==6.2.7
 flask==1.1.1
diff --git a/lib/mentat/__init__.py b/lib/mentat/__init__.py
index 44fbd1326..becde994a 100644
--- a/lib/mentat/__init__.py
+++ b/lib/mentat/__init__.py
@@ -20,4 +20,4 @@ open-source project.
 
 __author__  = "Jan Mach <jan.mach@cesnet.cz>"
 __credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>"
-__version__ = "2.8.110"
+__version__ = "2.8.111"
-- 
GitLab