From 4a5f6129c1bf377726d5a7aba7b378083e5cedfb Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 20 Feb 2020 20:01:20 +0000 Subject: [PATCH] 1.15.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 3ffebe76e..c17573d2c 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.15.1" +APP_VERSION = "1.15.2" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'