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

Bump 0.2 version

parent 52424f6e
No related branches found
No related tags found
1 merge request!17Resolve "Add special membranes for species that only pass through to it but not diffuse"
Pipeline #23490 failed
......@@ -26,10 +26,13 @@ Types of changes
-->
## [Unreleased]
## [0.2.0] - 2020-01-10
### Added
- Code documentation
- Brief installation instructions
### Changed
- Dependencies are either versioned or supported in the copasi namespace
- Move and rename header files
### Fixed
- Dirichlet-Dirichlet condition at interfaces was being computed twice
......@@ -39,5 +42,6 @@ Types of changes
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
- Solver for reaction-diffusion systems in multiple compartments.
[Unreleased]: https://gitlab.dune-project.org/copasi/dune-copasi/compare/v0.1.0...master
[Unreleased]: https://gitlab.dune-project.org/copasi/dune-copasi/compare/v0.2.0...master
[0.2.0]: https://gitlab.dune-project.org/copasi/dune-copasi/compare/v0.1.0...0.2.0
[0.1.0]: https://gitlab.dune-project.org/copasi/dune-copasi/-/tags/v0.1.0
\ No newline at end of file
0.1.0
\ No newline at end of file
0.2.0
\ No newline at end of file
......@@ -4,7 +4,7 @@
#Name of the module
Module: dune-copasi
Version: 0.1.0
Version: 0.2.0
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.1.0',
version='0.2.0',
namespace_packages=['dune'],
description='DUNE Biochemical System Simulator for COPASI',
author='Santiago Ospina De Los Ríos',
......
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