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
a1f6a017
Commit
a1f6a017
authored
Aug 09, 2019
by
Markus Scheidgen
Browse files
Raised the version number.
parent
2822c649
Changes
4
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a1f6a017
...
...
@@ -77,6 +77,9 @@ your browser.
## Change log
### v0.5.1
-
lots of minor bugfixes
### v0.5.0
The first production version of nomad@fairdi as the upload API and gui for NOMAD
-
Production ready software and deployments (term agreements, better GUI docs)
...
...
nomad/config.py
View file @
a1f6a017
...
...
@@ -171,7 +171,7 @@ client = NomadConfig(
url
=
'http://localhost:8000/fairdi/nomad/latest/api'
)
version
=
'0.5.
0
'
version
=
'0.5.
1
'
commit
=
gitinfo
.
commit
release
=
'devel'
domain
=
'DFT'
...
...
ops/helm/nomad/Chart.yaml
View file @
a1f6a017
apiVersion
:
v1
appVersion
:
"
0.5.
0
"
appVersion
:
"
0.5.
1
"
description
:
A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name
:
nomad
version
:
0.5.
0
version
:
0.5.
1
setup.py
View file @
a1f6a017
...
...
@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup
(
name
=
'nomad'
,
version
=
'0.5.
0
'
,
version
=
'0.5.
1
'
,
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