Skip to content
GitLab
Menu
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
102c89e5
Commit
102c89e5
authored
Aug 26, 2019
by
Markus Scheidgen
Browse files
Updated version information for next bugfix release.
parent
9a46c6eb
Pipeline
#54363
passed with stages
in 16 minutes and 57 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/config.py
View file @
102c89e5
...
...
@@ -193,7 +193,7 @@ client = NomadConfig(
url
=
'http://localhost:8000/fairdi/nomad/latest/api'
)
version
=
'0.5.
3
'
version
=
'0.5.
4
'
commit
=
gitinfo
.
commit
release
=
'devel'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
102c89e5
apiVersion
:
v1
appVersion
:
"
0.5.
3
"
appVersion
:
"
0.5.
4
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.5.
3
version
:
0.5.
4
setup.py
View file @
102c89e5
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.5.
3
'
,
version
=
'0.5.
4
'
,
description
=
'The nomad@FAIRDI infrastructure python package'
,
py_modules
=
[
'nomad'
],
install_requires
=
reqs
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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