From 539de01bde8f284b1690a228f4207eb9adebf3c6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 11 Dec 2019 13:21:56 +0000 Subject: [PATCH] 1.4.2 Automatically generated by python-semantic-release --- common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.py b/common/constants.py index 9e5da9143..862ee6a87 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.4.1" +APP_VERSION = "1.4.2" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'