From 5c267871cddbafc3ae5835cf1c80d29cf9f58937 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 13 Nov 2019 13:07:47 +0000 Subject: [PATCH] 1.1.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 e979573ad..0a7631e3c 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.1.1" +APP_VERSION = "1.1.2" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'