Skip to content

Commit ca4ab1f

Browse files
committed
Bump version; update changelog
1 parent 93f9050 commit ca4ab1f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

33
## 0.2 series
44

5+
### 0.2.1
6+
7+
Fixes:
8+
* Fixed an issue in `Problem.to_files(model_file=...)` (#204)
9+
* Fixed `PySBModel.get_parameter_value`, which incorrectly returned the parameter name instead of its value (#203)
10+
511
### 0.2.0
612

713
Note: petab 0.2.0 requires Python>=3.9

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.2.0'
2+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)