From f090741f2a4fbd95c20b903019e38f26b812883b Mon Sep 17 00:00:00 2001
From: "felix.tomski" <tomski@itc.rwth-aachen.de>
Date: Tue, 10 Oct 2023 16:02:00 +0200
Subject: [PATCH] Bump to version 0.5.4

---
 core/utility/defines.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/utility/defines.py b/core/utility/defines.py
index 2a17164..366423d 100644
--- a/core/utility/defines.py
+++ b/core/utility/defines.py
@@ -1,6 +1,6 @@
 import logging
 name = 'AixCIlenz CI Driver'
-version = '0.5.3'
+version = '0.5.4'
 
 debug = False
 stdout_logging = False
-- 
GitLab