From 2620dc63a394ffc833c3a806145ddbbc3df08288 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 1 Dec 2024 00:11: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 afdd062e3e0a..5e136137c6df 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.75" +VERSION = "0.76" HOMEPAGE = "https://maltrail.github.io" PLATFORM = os.name IS_WIN = PLATFORM == "nt"