Skip to content

Commit

Permalink
chore: rerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Aug 25, 2021
1 parent eed9714 commit 6c2efb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 0.8.4 -- re-release of 0.8.3.1

# 0.8.3.1 -- bug fix related to Bio.Seq.Seq now bytearray

* Biopython changed the representation of sequences from strings to bytearrays. This caused crashes of mugration inference with more than 62 states as states than exceeded the ascii range. This fix now bypasses Bio.Seq in the mugration analysis.
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.3.1"
version="0.8.4"

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

0 comments on commit 6c2efb4

Please sign in to comment.