Skip to content

Commit 2e9e03e

Browse files
committed
version 10.4.1
1 parent c99b06e commit 2e9e03e

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CHANGES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ This changelog is intended for _humans_ and follows many of the principles from
77
Versions for this project follow the [Semantic Versioning
88
rules](https://semver.org/spec/v2.0.0.html). Each heading below is a version
99
released to [PyPI](https://pypi.org/project/nextstrain-cli/) and the date it
10-
was released. The "__NEXT__" heading below describes changes in the unreleased
11-
development source code and as such may not be routinely kept up to date.
10+
was released.
1211

1312

14-
# __NEXT__
13+
# 10.4.1 (14 October 2025)
1514

1615
## Bug fixes
1716

doc/changes.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ This changelog is intended for _humans_ and follows many of the principles from
99
Versions for this project follow the [Semantic Versioning
1010
rules](https://semver.org/spec/v2.0.0.html). Each heading below is a version
1111
released to [PyPI](https://pypi.org/project/nextstrain-cli/) and the date it
12-
was released. The "__NEXT__" heading below describes changes in the unreleased
13-
development source code and as such may not be routinely kept up to date.
12+
was released.
1413

1514

16-
(v-next)=
17-
## __NEXT__
15+
(v10-4-1)=
16+
## 10.4.1 (14 October 2025)
1817

19-
(v-next-bug-fixes)=
18+
(v10-4-1-bug-fixes)=
2019
### Bug fixes
2120

2221
* The dependency on `types-boto3-s3` is now development-only (the `dev` extra).

nextstrain/cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '10.4.0+git'
1+
__version__ = '10.4.1'

0 commit comments

Comments
 (0)