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
37ac4eeb
Commit
37ac4eeb
authored
Feb 18, 2020
by
Markus Scheidgen
Browse files
Updated version number.
parent
d3fd4e24
Pipeline
#69473
passed with stages
in 15 minutes and 21 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gui/package.json
View file @
37ac4eeb
{
{
"name"
:
"nomad-fair-gui"
,
"name"
:
"nomad-fair-gui"
,
"version"
:
"0.7.
7
"
,
"version"
:
"0.7.
8
"
,
"commit"
:
"nomad-gui-commit-placeholder"
,
"commit"
:
"nomad-gui-commit-placeholder"
,
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
...
...
nomad/config.py
View file @
37ac4eeb
...
@@ -208,7 +208,7 @@ datacite = NomadConfig(
...
@@ -208,7 +208,7 @@ datacite = NomadConfig(
password
=
'*'
password
=
'*'
)
)
version
=
'0.7.
7
'
version
=
'0.7.
8
'
commit
=
gitinfo
.
commit
commit
=
gitinfo
.
commit
release
=
'devel'
release
=
'devel'
domain
=
'DFT'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
37ac4eeb
apiVersion
:
v1
apiVersion
:
v1
appVersion
:
"
0.7.
7
"
appVersion
:
"
0.7.
8
"
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.7.
7
version
:
0.7.
8
setup.py
View file @
37ac4eeb
...
@@ -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.7.
7
'
,
version
=
'0.7.
8
'
,
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
,
...
...
Write
Preview
Supports
Markdown
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