From e7a52802f2704d59e61bb3beeb56d78bdbd5fafd Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Thu, 23 May 2024 08:12:52 +0200 Subject: [PATCH] Ser ver num 2.5.7 --- app/settings.py | 2 +- codemeta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/settings.py b/app/settings.py index c15b1cb42..01575191e 100644 --- a/app/settings.py +++ b/app/settings.py @@ -24,7 +24,7 @@ class Settings: def __init__(self, config): """Creator function.""" - self.version = "2.5.6" + self.version = "2.5.7" self.toscaDir = config.get('TOSCA_TEMPLATES_DIR', '') + "/" self.imUrl = config['IM_URL'] self.oidcName = config['OIDC_NAME'] diff --git a/codemeta.json b/codemeta.json index 7c4ffda30..c3c24eb13 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "@type": "SoftwareSourceCode", "identifier": "im-dashboard", "name": "Infrastructure Manager Dashboard", - "version": "2.5.6", + "version": "2.5.7", "description": "Infrastructure Manager - Simple Graphical UI", "license": "GNU General Public License v3.0", "author": [