We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d8551 commit 921574eCopy full SHA for 921574e
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## 0.1 series
4
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
10
### 0.1.25
11
* Fix for pytest 7.1 by @yannikschaelte in https://github.com/PEtab-dev/libpetab-python/pull/112
12
* Fix jinja version by @dilpath in https://github.com/PEtab-dev/libpetab-python/pull/115
petab/version.py
@@ -1,2 +1,2 @@
1
"""PEtab library version"""
-__version__ = '0.1.25'
+__version__ = '0.1.26'
0 commit comments