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
87f9b419
Commit
87f9b419
authored
Dec 19, 2019
by
Markus Scheidgen
Browse files
Updated version number.
parent
e5dc46b6
Pipeline
#65841
passed with stage
in 23 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/config.py
View file @
87f9b419
...
...
@@ -195,7 +195,7 @@ datacite = NomadConfig(
password
=
'*'
)
version
=
'0.7.
0
'
version
=
'0.7.
1
'
commit
=
gitinfo
.
commit
release
=
'devel'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
87f9b419
apiVersion
:
v1
appVersion
:
"
0.7.
0
"
appVersion
:
"
0.7.
1
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.7.
0
version
:
0.7.
1
setup.py
View file @
87f9b419
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.7.
0
'
,
version
=
'0.7.
1
'
,
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