Skip to content

Commit 17c9eaa

Browse files
committed
update changelog; bump version
1 parent b9294e6 commit 17c9eaa

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

33
## 0.1 series
44

5+
### 0.1.24
6+
7+
* Added method to generate condition-specific SBML models by @dweindl in
8+
https://github.com/PEtab-dev/libpetab-python/pull/108
9+
* GHA: Regular package installation instead of -e by @dweindl in
10+
https://github.com/PEtab-dev/libpetab-python/pull/106
11+
* Fixed unclosed file warnings by @dilpath in
12+
https://github.com/PEtab-dev/libpetab-python/pull/107
13+
14+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.1.23...v0.1.24
15+
516
### 0.1.23
617

718
* Added command line interface for plotting 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.23'
2+
__version__ = '0.1.24'

0 commit comments

Comments
 (0)