From e0eb202a09737450bd3112845a7fdc602781b362 Mon Sep 17 00:00:00 2001 From: Juergen Ryannel Date: Tue, 4 Feb 2020 14:49:28 +0100 Subject: add patch release 2.0.2 --- qface/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qface/__about__.py b/qface/__about__.py index ba588e4..794bed6 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.1" +__version__ = "2.0.2" __author__ = "JRyannel" __author_email__ = "" __copyright__ = "2019 Pelagicore" -- cgit v1.2.1