Skip to content

Commit 432a12b

Browse files
committed
bump version; changelog
1 parent 179dc82 commit 432a12b

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.2 series
44

5+
### 0.2.7
6+
7+
* Fixed a bug in `flatten_timepoint_specific_output_overrides`, which
8+
did not handle numeric values correctly
9+
10+
**Full Changelog**: https://github.com/PEtab-dev/libpetab-python/compare/v0.2.6...v0.2.7
11+
512
### 0.2.6
613

714
* Fixed `flatten_timepoint_specific_output_overrides` not supporting

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.6"
2+
__version__ = "0.2.7"

0 commit comments

Comments
 (0)