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
04b8ada0
Commit
04b8ada0
authored
Jun 26, 2019
by
Markus Scheidgen
Browse files
Increased version strings.
parent
5e0fb2ca
Pipeline
#51127
passed with stages
in 29 minutes and 15 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gui/package.json
View file @
04b8ada0
{
{
"name"
:
"nomad-fair-gui"
,
"name"
:
"nomad-fair-gui"
,
"version"
:
"0.4.
4
"
,
"version"
:
"0.4.
5
"
,
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
"@material-ui/core"
:
"^3.9.0"
,
"@material-ui/core"
:
"^3.9.0"
,
...
...
nomad/config.py
View file @
04b8ada0
...
@@ -169,7 +169,7 @@ client = NomadConfig(
...
@@ -169,7 +169,7 @@ client = NomadConfig(
url
=
'http://localhost:8000/fairdi/nomad/latest/api'
url
=
'http://localhost:8000/fairdi/nomad/latest/api'
)
)
version
=
'0.4.
4
'
version
=
'0.4.
5
'
commit
=
gitinfo
.
commit
commit
=
gitinfo
.
commit
release
=
'devel'
release
=
'devel'
domain
=
'DFT'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
04b8ada0
apiVersion
:
v1
apiVersion
:
v1
appVersion
:
"
0.4.
4
"
appVersion
:
"
0.4.
5
"
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.4.
4
version
:
0.4.
5
setup.py
View file @
04b8ada0
...
@@ -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.4.
4
'
,
version
=
'0.4.
5
'
,
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