summaryrefslogtreecommitdiff
path: root/qface
diff options
context:
space:
mode:
authorJuergen Ryannel <juergen@ryannel.org>2020-02-05 11:04:29 +0100
committerJuergen Ryannel <juergen@ryannel.org>2020-02-05 11:04:29 +0100
commitfbf55d919222a5c90f037842958f055ed3bd1eb3 (patch)
tree18322a6ca8e069b6716703676e9a822e97862893 /qface
parente0eb202a09737450bd3112845a7fdc602781b362 (diff)
downloadqtivi-qface-fbf55d919222a5c90f037842958f055ed3bd1eb3.tar.gz
upgrade to jinja 2.10.3 to fix jinja vulnerability of 2.10.02.0.3
Diffstat (limited to 'qface')
-rw-r--r--qface/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qface/__about__.py b/qface/__about__.py
index 794bed6..b3d0f67 100644
--- a/qface/__about__.py
+++ b/qface/__about__.py
@@ -9,7 +9,7 @@ except NameError:
__title__ = "qface"
__summary__ = "A generator framework based on a common modern IDL"
__url__ = "https://pelagicore.github.io/qface/"
-__version__ = "2.0.2"
+__version__ = "2.0.3"
__author__ = "JRyannel"
__author_email__ = ""
__copyright__ = "2019 Pelagicore"