Skip to content

Commit 921574e

Browse files
committed
Update changelog / bump version
1 parent 93d8551 commit 921574e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

33
## 0.1 series
44

5+
### 0.1.26
6+
7+
* Fix SBML Rule handling logic by @dweindl in
8+
https://github.com/PEtab-dev/libpetab-python/pull/120
9+
510
### 0.1.25
611
* Fix for pytest 7.1 by @yannikschaelte in https://github.com/PEtab-dev/libpetab-python/pull/112
712
* Fix jinja version by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/115

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.25'
2+
__version__ = '0.1.26'

0 commit comments

Comments
 (0)