Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Aug 11, 2024
1 parent d328187 commit 531f776
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.11.4: Bug fixed
- fix output of mutations into the `branch_mutation.txt` file which was masked by a conditional
- adjust CLI help
- adjust output precision

# 0.11.3: Bug fixed
- calls to some random number generator errorred after the recent switch to treetime owned RNGs.
- default argument for clock-filter method had a spelling mistake
Expand Down
2 changes: 1 addition & 1 deletion treetime/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version="0.11.3"
version="0.11.4"
## Here we define an error class for TreeTime errors, MissingData, UnknownMethod and NotReady errors
## are all due to incorrect calling of TreeTime functions or input data that does not fit our base assumptions.
## Errors marked as TreeTimeUnknownErrors might be due to data not fulfilling base assumptions or due
Expand Down

0 comments on commit 531f776

Please sign in to comment.