Skip to content

Commit 5ba94d1

Browse files
version 30.0.1
1 parent fca09c1 commit 5ba94d1

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+
## 30.0.1 (28 April 2025)
7+
58
### Bug fixes
69

710
* filter: Removed the note that appeared in output when running with `--sequences` and without `--sequence-index`. The help text of both options has been updated to clarify the relationship between the two. [#1797][] (@victorlin)

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.0'
1+
__version__ = '30.0.1'
22

33

44
def is_augur_version_compatible(version):

0 commit comments

Comments
 (0)