Skip to content
Snippets Groups Projects
Commit 102c89e5 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Updated version information for next bugfix release.

parent 9a46c6eb
No related branches found
No related tags found
1 merge request!57v0.5.4
Pipeline #54363 passed
......@@ -193,7 +193,7 @@ client = NomadConfig(
url='http://localhost:8000/fairdi/nomad/latest/api'
)
version = '0.5.3'
version = '0.5.4'
commit = gitinfo.commit
release = 'devel'
domain = 'DFT'
......
apiVersion: v1
appVersion: "0.5.3"
appVersion: "0.5.4"
description: A Helm chart for Kubernetes that only runs nomad services and uses externally hosted databases.
name: nomad
version: 0.5.3
version: 0.5.4
......@@ -12,7 +12,7 @@ reqs = [str(ir.req) for ir in install_reqs if 'sphinxcontrib.httpdomain' not in
setup(
name='nomad',
version='0.5.3',
version='0.5.4',
description='The nomad@FAIRDI infrastructure python package',
py_modules=['nomad'],
install_requires=reqs,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment