From 102c89e57e3ef19180bf063be9433367b779130a Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Mon, 26 Aug 2019 15:55:04 +0200 Subject: [PATCH] Updated version information for next bugfix release. --- nomad/config.py | 2 +- ops/helm/nomad/Chart.yaml | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nomad/config.py b/nomad/config.py index 21ff26fd7a..e86c7ebb6f 100644 --- a/nomad/config.py +++ b/nomad/config.py @@ -193,7 +193,7 @@ client = NomadConfig( url='http://localhost:8000/fairdi/nomad/latest/api' ) -version = '0.5.3' +version = '0.5.4' commit = gitinfo.commit release = 'devel' domain = 'DFT' diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml index 750ded88ce..0e9a63e1de 100644 --- a/ops/helm/nomad/Chart.yaml +++ b/ops/helm/nomad/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.5.3" +appVersion: "0.5.4" description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases. name: nomad -version: 0.5.3 +version: 0.5.4 diff --git a/setup.py b/setup.py index e9b269cd8f..9f8e7cd5f1 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in setup( name='nomad', - version='0.5.3', + version='0.5.4', description='The nomad@FAIRDI infrastructure python package', py_modules=['nomad'], install_requires=reqs, -- GitLab