Skip to content

Commit b5a0a8e

Browse files
version 29.1.0
1 parent 7cc04c6 commit b5a0a8e

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+
## 29.1.0 (10 April 2025)
7+
58
### Features
69

710
* export v2: Allow multiple auspice config files (`--auspice-config`) which are merged together. Note that the merging of lists extends the original list, although elements representing the same data are overwritten instead. You can optionally write out this merged config via `--output-auspice-config` for debugging purposes. [#1756][] (@jameshadfield)

augur/__version__.py

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

33

44
def is_augur_version_compatible(version):

0 commit comments

Comments
 (0)