Skip to content

Commit 476df3f

Browse files
committed
Ser ver num 2.5.3
1 parent dcfe565 commit 476df3f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class Settings:
2525
def __init__(self, config):
2626
"""Creator function."""
27-
self.version = "2.5.2"
27+
self.version = "2.5.3"
2828
self.toscaDir = config.get('TOSCA_TEMPLATES_DIR', '') + "/"
2929
self.toscaParamsDir = config.get('TOSCA_PARAMETERS_DIR', '') + "/"
3030
self.imUrl = config['IM_URL']

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@type": "SoftwareSourceCode",
77
"identifier": "im-dashboard",
88
"name": "Infrastructure Manager Dashboard",
9-
"version": "2.5.1",
9+
"version": "2.5.3",
1010
"description": "Infrastructure Manager - Simple Graphical UI",
1111
"license": "GNU General Public License v3.0",
1212
"author": [

0 commit comments

Comments
 (0)