Skip to content
Snippets Groups Projects
Commit 3d9d650e authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Add new tag for base docker container & Bump version for git master branch.

parent 75a2c88c
No related branches found
No related tags found
1 merge request!41Add new tag for base docker container
Pipeline #31103 passed
......@@ -18,7 +18,7 @@ stages:
.global_variables: &global_variables
DUNE_OPTIONS_FILE: /duneci/dune.opts
DUNECONTROL: dunecontrol
BASE_IMAGE_VERSION: v1.0
BASE_IMAGE_VERSION: v0.4.0-git
.docker_variables: &docker_variables
DOCKER_IMAGE: docker:19.03.1
......
0.3.0
0.4.0-git
......@@ -4,7 +4,7 @@
#Name of the module
Module: dune-copasi
Version: 0.3.0
Version: 0.4.0-git
Maintainer: santiago.ospina@iwr.uni-heidelberg.de
#depending on
Depends: dune-logging dune-uggrid (>= 2.6) dune-pdelab (>= 2.6) dune-multidomaingrid (>= 2.6)
......
......@@ -7,7 +7,7 @@ def dune_copasi_scripts():
return ['./wrapper/profile_intel.py']
setup(name='dune.copasi',
version='0.3.0',
version='0.4.0-git',
namespace_packages=['dune'],
description='DUNE Biochemical System Simulator for COPASI',
author='Santiago Ospina De Los Ríos',
......
......@@ -3,6 +3,9 @@
# This script updates version of the code in all places where it has to be hard coded
# and it updates the changelog
# TODO update .gitlab.yml for dependency image
# TODO conditionally to update CHANGELOG
import sys
import os
import re
......
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