Skip to content
Snippets Groups Projects
Commit 06746182 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Updated version information for v0.5.0.

parent d6efcb83
No related branches found
No related tags found
1 merge request!48v0.5.0 Release
...@@ -57,6 +57,11 @@ your browser. ...@@ -57,6 +57,11 @@ your browser.
## Change log ## Change log
### v0.5.0
- Raw file API with support to list directories. This replaces the `files` calculation
metadata key. It was necessary due to arbitrary large lists of *auxfiles* in some
calculations.
### v0.4.6 ### v0.4.6
- admin commands to directly manipulate upload data - admin commands to directly manipulate upload data
- additional migration scripts - additional migration scripts
......
{ {
"name": "nomad-fair-gui", "name": "nomad-fair-gui",
"version": "0.4.6", "version": "0.5.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@material-ui/core": "^3.9.0", "@material-ui/core": "^3.9.0",
......
...@@ -171,7 +171,7 @@ client = NomadConfig( ...@@ -171,7 +171,7 @@ client = NomadConfig(
url='http://localhost:8000/fairdi/nomad/latest/api' url='http://localhost:8000/fairdi/nomad/latest/api'
) )
version = '0.4.6' version = '0.5.0'
commit = gitinfo.commit commit = gitinfo.commit
release = 'devel' release = 'devel'
domain = 'DFT' domain = 'DFT'
......
apiVersion: v1 apiVersion: v1
appVersion: "0.4.6" appVersion: "0.5.0"
description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases. description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name: nomad name: nomad
version: 0.4.6 version: 0.5.0
...@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in ...@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup( setup(
name='nomad', name='nomad',
version='0.4.6', version='0.5.0',
description='The nomad@FAIRDI infrastructure python package', description='The nomad@FAIRDI infrastructure python package',
py_modules=['nomad'], py_modules=['nomad'],
install_requires=reqs, install_requires=reqs,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment