From 7d75fb19941785c5e660f4376afd1db77badc6dd Mon Sep 17 00:00:00 2001 From: Nextstrain bot Date: Fri, 23 Feb 2024 22:00:32 +0000 Subject: [PATCH] version 24.2.3 --- CHANGES.md | 3 +++ augur/__version__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 566d2ca26..a183baf97 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/augur/__version__.py b/augur/__version__.py index a3904c8d9..4028b0d57 100644 --- a/augur/__version__.py +++ b/augur/__version__.py @@ -1,4 +1,4 @@ -__version__ = '24.2.2' +__version__ = '24.2.3' def is_augur_version_compatible(version):