From c8aed1185ef92a1f302a36bdabab1a7b9b43887d Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Fri, 18 Oct 2019 14:39:17 +0200 Subject: [PATCH] Updated the version information. --- 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 6cc75e4369..d5bc207e0d 100644 --- a/nomad/config.py +++ b/nomad/config.py @@ -192,7 +192,7 @@ client = NomadConfig( url='http://localhost:8000/fairdi/nomad/latest/api' ) -version = '0.6.0' +version = '0.6.2' commit = gitinfo.commit release = 'devel' domain = 'DFT' diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml index 787b7894f5..1f6e94d5ab 100644 --- a/ops/helm/nomad/Chart.yaml +++ b/ops/helm/nomad/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.6.0" +appVersion: "0.6.2" description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases. name: nomad -version: 0.6.0 +version: 0.6.2 diff --git a/setup.py b/setup.py index 3b733e4bd7..52d7e919ff 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.6.0', + version='0.6.2', description='The nomad@FAIRDI infrastructure python package', py_modules=['nomad'], install_requires=reqs, -- GitLab