Skip to content

Commit

Permalink
update changelog; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath committed Feb 22, 2024
1 parent 46ad30a commit 52a8f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changes

## 0.1.13
- fixed bug when no predecessor model is provided, introduced in 0.1.11 (#83)

## 0.1.12
- fixed bug in last version: non-FAMoS methods do not terminate

Expand Down
2 changes: 1 addition & 1 deletion petab_select/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version of the model selection extension for PEtab."""
__version__ = '0.1.12'
__version__ = '0.1.13'

0 comments on commit 52a8f26

Please sign in to comment.