Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
c0e9d2dc
Commit
c0e9d2dc
authored
Nov 01, 2019
by
Markus Scheidgen
Browse files
Updated version information to 0.6.3. [skip-ci]
parent
7a233a58
Pipeline
#62838
skipped
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gui/package.json
View file @
c0e9d2dc
...
...
@@ -57,5 +57,5 @@
"eslint-plugin-standard"
:
"^3.1.0"
,
"serve"
:
"^10.0.0"
},
"homepage"
:
"http://
example.com/fairdi
/nomad
/
la
test/gui
"
"homepage"
:
"http
s
://
gitlab.mpcdf.mpg.de
/nomad
-
la
b/nomad-FAIR
"
}
nomad/config.py
View file @
c0e9d2dc
...
...
@@ -192,7 +192,7 @@ client = NomadConfig(
url
=
'http://localhost:8000/fairdi/nomad/latest/api'
)
version
=
'0.6.
2
'
version
=
'0.6.
3
'
commit
=
gitinfo
.
commit
release
=
'devel'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
c0e9d2dc
apiVersion
:
v1
appVersion
:
"
0.6.
2
"
appVersion
:
"
0.6.
3
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.6.
2
version
:
0.6.
3
setup.py
View file @
c0e9d2dc
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.6.
2
'
,
version
=
'0.6.
3
'
,
description
=
'The nomad@FAIRDI infrastructure python package'
,
py_modules
=
[
'nomad'
],
install_requires
=
reqs
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment