Skip to content

Commit

Permalink
version 24.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nextstrain-bot committed Feb 23, 2024
1 parent de3071a commit 7d75fb1
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__


## 24.2.3 (23 February 2024)

### Bug Fixes

* filter: Updated the help and report text of `--min-length` to explicitly state that the minimum length filter only counts standard nucleotide characters A, C, G, or T (case-insensitive). This has been the behavior since version 3.0.3.dev1, but has never been explicitly documented. [#1422][] (@joverlee521)
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__ = '24.2.2'
__version__ = '24.2.3'


def is_augur_version_compatible(version):
Expand Down

0 comments on commit 7d75fb1

Please sign in to comment.