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

Increased version strings.

parent 5e0fb2ca
No related branches found
No related tags found
1 merge request!46Merge changes for v0.4.5
Pipeline #51127 passed
{ {
"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",
......
...@@ -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'
......
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
...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment