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
1947774a
Commit
1947774a
authored
Jul 23, 2019
by
Markus Scheidgen
Browse files
Updated version info to 0.4.7. [skip ci]
parent
4ff5585b
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1947774a
...
...
@@ -57,6 +57,10 @@ your browser.
## Change log
### v0.4.7
-
more migration scripts
-
minor bugfixes
### v0.4.6
-
admin commands to directly manipulate upload data
-
additional migration scripts
...
...
nomad/config.py
View file @
1947774a
...
...
@@ -171,7 +171,7 @@ client = NomadConfig(
url
=
'http://localhost:8000/fairdi/nomad/latest/api'
)
version
=
'0.4.
6
'
version
=
'0.4.
7
'
commit
=
gitinfo
.
commit
release
=
'devel'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
1947774a
apiVersion
:
v1
appVersion
:
"
0.4.
6
"
appVersion
:
"
0.4.
7
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.4.
6
version
:
0.4.
7
setup.py
View file @
1947774a
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.4.
6
'
,
version
=
'0.4.
7
'
,
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