Skip to content

Commit

Permalink
version 25.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextstrain-bot committed Jul 24, 2024
1 parent bc5ea54 commit 6801233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## __NEXT__


## 25.2.0 (24 July 2024)

### Features

* export v2: we now limit numerical precision on floats in the JSON. This should not change how a dataset is displayed / interpreted in Auspice but allows the gzipped & minimised JSON filesize to be reduced by around 30% (dataset-dependent). [#1512][] (@jameshadfield)
Expand Down
2 changes: 1 addition & 1 deletion augur/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '25.1.1'
__version__ = '25.2.0'


def is_augur_version_compatible(version):
Expand Down

0 comments on commit 6801233

Please sign in to comment.