Skip to content

Commit b6c2333

Browse files
committed
Bump version number, update CHANGELOG
1 parent 684c6d1 commit b6c2333

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.19
6+
7+
* Visualization: refactoring (#58) including various bug fixes
8+
* Validation: Fixed detection of missing observable/noise parameter overrides
9+
(#64)
10+
* Optional relative paths in generated YAML (#57)
11+
512
### 0.1.18
613

714
* Fixed various documentation issues

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.18'
2+
__version__ = '0.1.19'

0 commit comments

Comments
 (0)