Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
20507b72
Commit
20507b72
authored
Jan 31, 2020
by
Markus Scheidgen
Browse files
Updated the version for the v0.7.3 release. [skip-ci]
parent
693dfcec
Pipeline
#68366
skipped
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
nomad/config.py
View file @
20507b72
...
...
@@ -208,7 +208,7 @@ datacite = NomadConfig(
password
=
'*'
)
version
=
'0.7.
2
'
version
=
'0.7.
3
'
commit
=
gitinfo
.
commit
release
=
'devel'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
20507b72
apiVersion
:
v1
appVersion
:
"
0.7.
2
"
appVersion
:
"
0.7.
3
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.7.
2
version
:
0.7.
3
setup.py
View file @
20507b72
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.7.
2
'
,
version
=
'0.7.
3
'
,
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