From 9ccf9e54ff21cc0cbe068ae99c2d74ae9f8ef339 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Thu, 22 Aug 2019 12:51:00 +0200 Subject: [PATCH] Updated version numbers. --- README.md | 1 + nomad/config.py | 2 +- ops/helm/nomad/Chart.yaml | 4 ++-- setup.py | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0a18bcc73..bb38066fce 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Open [http://localhost:8888/html/setup.html](http://localhost:8888/html/setup.ht your browser. ## Change log +Omitted versions are plain bugfix releases with only minor changes and fixes. ### v0.5.2 - allows to download large files over longer time period diff --git a/nomad/config.py b/nomad/config.py index 0a3269ec17..21ff26fd7a 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.2' +version = '0.5.3' commit = gitinfo.commit release = 'devel' domain = 'DFT' diff --git a/ops/helm/nomad/Chart.yaml b/ops/helm/nomad/Chart.yaml index b717fd241f..750ded88ce 100644 --- a/ops/helm/nomad/Chart.yaml +++ b/ops/helm/nomad/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.5.2" +appVersion: "0.5.3" description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases. name: nomad -version: 0.5.2 +version: 0.5.3 diff --git a/setup.py b/setup.py index 6694c44ec6..e9b269cd8f 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.2', + version='0.5.3', description='The nomad@FAIRDI infrastructure python package', py_modules=['nomad'], install_requires=reqs, -- GitLab