From c84ec7d3cfa34ec2ac9dd043b4882bae8b311a26 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Wed, 28 Aug 2019 19:18:12 +0200 Subject: [PATCH] Updated 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 c7893d6a26..915da3edc9 100644 --- a/nomad/config.py +++ b/nomad/config.py @@ -189,7 +189,7 @@ client = NomadConfig( url='http://localhost:8000/fairdi/nomad/latest/api' ) -version = '0.5.1' +version = '0.6.0' commit = gitinfo.commit release = 'devel' domain = 'DFT' diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml index d0bbf2d611..787b7894f5 100644 --- a/ops/helm/nomad/Chart.yaml +++ b/ops/helm/nomad/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.5.1" +appVersion: "0.6.0" description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases. name: nomad -version: 0.5.1 +version: 0.6.0 diff --git a/setup.py b/setup.py index 0cb2f5e2c6..3b733e4bd7 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.1', + version='0.6.0', description='The nomad@FAIRDI infrastructure python package', py_modules=['nomad'], install_requires=reqs, -- GitLab