Skip to content

Commit 0fa2d93

Browse files
dilpathdweindl
authored andcommitted
update changelog; bump version
1 parent 86d3089 commit 0fa2d93

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## 0.1 series
44

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+
512
### 0.1.24
613

714
* Added method to generate condition-specific SBML models by @dweindl in

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PEtab library version"""
2-
__version__ = '0.1.24'
2+
__version__ = '0.1.25'

0 commit comments

Comments
 (0)