From ad55df63e4073add3728307e2f8205935ef42210 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus@dhcp-46-238.physik.hu-berlin.de> Date: Tue, 10 Sep 2019 10:51:24 +0200 Subject: [PATCH] Updated version numbers and change log. --- README.md | 6 ++++++ nomad/config.py | 2 +- ops/helm/nomad/Chart.yaml | 4 ++-- setup.py | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb38066fce..8e2daca7a8 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,12 @@ your browser. ## Change log Omitted versions are plain bugfix releases with only minor changes and fixes. +### v0.6.0 +- GUI URL, and API endpoint that resolves NOMAD CoE legary PIDs +- Support for datasets in the GUI +- more flexible search python module and repo API +- minor bugfixes + ### v0.5.2 - allows to download large files over longer time period - streamlined deployment without API+GUI proxy diff --git a/nomad/config.py b/nomad/config.py index e86c7ebb6f..004a8f1fc4 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.4' +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 0e9a63e1de..787b7894f5 100644 --- a/ops/helm/nomad/Chart.yaml +++ b/ops/helm/nomad/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.5.4" +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.4 +version: 0.6.0 diff --git a/setup.py b/setup.py index 9f8e7cd5f1..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.4', + version='0.6.0', description='The nomad@FAIRDI infrastructure python package', py_modules=['nomad'], install_requires=reqs, -- GitLab