From 8319a99c6b5ee503163c8d550ef5a8a291cf0ac5 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 1 Feb 2021 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 2d576855ffe4..5abc503a5c04 100644 --- a/core/settings.py +++ b/core/settings.py @@ -23,7 +23,7 @@ from thirdparty.six.moves import urllib as _urllib NAME = "Maltrail" -VERSION = "0.28.99" +VERSION = "0.29.1" HOMEPAGE = "https://maltrail.github.io" PLATFORM = os.name IS_WIN = PLATFORM == "nt"