Skip to content

Commit a44c01f

Browse files
committed
prepare next release
1 parent 9e35701 commit a44c01f

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.20
6+
7+
* Visualization: plot additional simulation points (not only at measurements) (#62), bugfix (#68)
8+
* Documentation: visualization, observables, simulation, Sphinx fixes (#67)
9+
* Lint: ensure valid parameter IDs in observable and noise parameters (#69)
10+
* Convenience method for quick export of a PEtab problem to files (#71)
11+
512
### 0.1.19
613

714
* Visualization: refactoring (#58) including various bug fixes

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.19'
2+
__version__ = '0.1.20'

0 commit comments

Comments
 (0)