From 5da04ec33468f1c4735a614ff759cf78b8ed803c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 14 Jan 2020 12:20:55 +0000 Subject: [PATCH] 1.7.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 a531afbd4..0fdc709df 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.7.1" +APP_VERSION = "1.7.2" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'