Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Nov 18, 2021
1 parent ca14551 commit 6a57bba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.8.5
* bug fixes related to edge cases were sequences consist only of missing data
* bug fix when the CLI command `treetime` is run without alignment
* more robust behavior when parsing biopython alignments (id vs name of sequence records)
* drop python 3.5 support

# 0.8.4 -- re-release of 0.8.3.1

# 0.8.3.1 -- bug fix related to Bio.Seq.Seq now bytearray
Expand Down
2 changes: 1 addition & 1 deletion treetime/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import print_function, division, absolute_import
version="0.8.4"
version="0.8.5"

class TreeTimeError(Exception):
"""TreeTimeError class"""
Expand Down

0 comments on commit 6a57bba

Please sign in to comment.