Skip to content

Commit

Permalink
version 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
trvrb committed Feb 6, 2019
1 parent f78ddbf commit 73a9b38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# __NEXT__


# 3.1.7 (5 February 2019)

## Bug fixes

* Update to TreeTime 0.5.3
* tree: Fix bug in printing causing errors in Python versions <3.6
* tree: Alter site masking to not be so memory intensive

# 3.1.6 (29 January 2019)

## Features
Expand All @@ -12,6 +20,7 @@
sites is one-based.

## Bug fixes

* fix loading of strains when loading titers from file, previously strains had not been
filtered to match the tree appropriately

Expand Down
2 changes: 1 addition & 1 deletion augur/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.6'
__version__ = '3.1.7'

0 comments on commit 73a9b38

Please sign in to comment.