From ae3f42bae996a07962431e98eca521c5a1d6bd8a Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 5 Jul 2021 00:10:51 +0200 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 9de67edcb9b1..fe3cce4c3057 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.34.9" +VERSION = "0.35.1" HOMEPAGE = "https://maltrail.github.io" PLATFORM = os.name IS_WIN = PLATFORM == "nt"