From b4a13f85b3dbd1c41999083dc7702e03b7cbbd80 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 1 Dec 2020 01:01:01 +0100 Subject: [PATCH] Tag version bump --- core/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/settings.py b/core/settings.py index a408b7a5e45a..52021d67995a 100644 --- a/core/settings.py +++ b/core/settings.py @@ -21,7 +21,7 @@ from thirdparty.six.moves import urllib as _urllib NAME = "Maltrail" -VERSION = "0.26.36" +VERSION = "0.27.1" PLATFORM = os.name IS_WIN = PLATFORM == "nt" IS_SENSOR = sys.argv[0].startswith("sensor")