Skip to content

Commit 9644574

Browse files
version 31.0.0
1 parent 52eb007 commit 9644574

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## __NEXT__
44

5+
6+
## 31.0.0 (19 May 2025)
7+
58
### Major Changes
69

710
* `augur mask --mask`, `augur tree --exclude-sites`: BED files with inconsistent CHROM values (i.e., values in the first column of data lines) will throw an error, as Augur (implicitly) expects to be working on a single piece of DNA (chromosome, segment, etc), and multiple CHROM values in a BED file indicate a violation of this expectation. This is a breaking change. [#945][] (@genehack)

augur/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '30.0.1'
1+
__version__ = '31.0.0'
22

33

44
def is_augur_version_compatible(version):

0 commit comments

Comments
 (0)