We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d3089 commit 0fa2d93Copy full SHA for 0fa2d93
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## 0.1 series
4
5
+### 0.1.25
6
+* Fix for pytest 7.1 by @yannikschaelte in https://github.com/PEtab-dev/libpetab-python/pull/112
7
+* Fix jinja version by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/115
8
+* Add steady state constant by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/114
9
+
10
+**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.1.24...v0.1.25
11
12
### 0.1.24
13
14
* Added method to generate condition-specific SBML models by @dweindl in
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.1.24'
+__version__ = '0.1.25'
0 commit comments