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
9ccf9e54
Commit
9ccf9e54
authored
Aug 22, 2019
by
Markus Scheidgen
Browse files
Updated version numbers.
parent
efef217a
Pipeline
#54167
failed with stages
in 19 minutes and 9 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9ccf9e54
...
...
@@ -76,6 +76,7 @@ Open [http://localhost:8888/html/setup.html](http://localhost:8888/html/setup.ht
your browser.
## Change log
Omitted versions are plain bugfix releases with only minor changes and fixes.
### v0.5.2
-
allows to download large files over longer time period
...
...
nomad/config.py
View file @
9ccf9e54
...
...
@@ -193,7 +193,7 @@ client = NomadConfig(
url
=
'http://localhost:8000/fairdi/nomad/latest/api'
)
version
=
'0.5.
2
'
version
=
'0.5.
3
'
commit
=
gitinfo
.
commit
release
=
'devel'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
9ccf9e54
apiVersion
:
v1
appVersion
:
"
0.5.
2
"
appVersion
:
"
0.5.
3
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.5.
2
version
:
0.5.
3
setup.py
View file @
9ccf9e54
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.5.
2
'
,
version
=
'0.5.
3
'
,
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