From 87f9b419a027babadf302653be5411945c61a27f Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Thu, 19 Dec 2019 15:11:54 +0100 Subject: [PATCH] Updated version number. --- 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 21a391aee6..f49811e2fc 100644 --- a/nomad/config.py +++ b/nomad/config.py @@ -195,7 +195,7 @@ datacite = NomadConfig( password='*' ) -version = '0.7.0' +version = '0.7.1' commit = gitinfo.commit release = 'devel' domain = 'DFT' diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml index ee30ccb632..7d77e18c7a 100644 --- a/ops/helm/nomad/Chart.yaml +++ b/ops/helm/nomad/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.7.0" +appVersion: "0.7.1" description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases. name: nomad -version: 0.7.0 +version: 0.7.1 diff --git a/setup.py b/setup.py index f151c837a5..97138c02c9 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.7.0', + version='0.7.1', description='The nomad@FAIRDI infrastructure python package', py_modules=['nomad'], install_requires=reqs, -- GitLab