aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2017-07-11 16:11:25 +0200
committerJuergen Bocklage-Ryannel <jbocklage-ryannel@luxoft.com>2017-07-11 16:11:25 +0200
commit26f6c4926b1b2a956322e6d5985e63b794485750 (patch)
tree523e96ab96d78e30bd4b29fbc6b0f9d6d3dfae48
parent0d14afac1f67e8b6096e011af35a65051ac5d567 (diff)
parentf85788036643d79b5e48b8d7c9963f24d528333e (diff)
Merge branch 'release/1.3.1'1.3.1
-rw-r--r--qface/__about__.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/qface/__about__.py b/qface/__about__.py
index 6fe4300..62e9bb7 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"
__uri__ = "https://pelagicore.github.io/qface/"
-__version__ = "1.3"
+__version__ = "1.3.1"
__author__ = "JRyannel"
__author_email__ = "qface-generator@googlegroups.com"
__copyright__ = "2017 Pelagicore"
diff --git a/setup.py b/setup.py
index b80855b..567f9e2 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ setup(
'jinja2',
'path.py',
'pyyaml',
- 'antlr4-python3-runtime>=4.6',
+ 'antlr4-python3-runtime==4.7',
'typing',
'click',
'watchdog',