Skip to content

Commit 82dbb4d

Browse files
committed
version 11.0.0
1 parent 173884d commit 82dbb4d

3 files changed

Lines changed: 10 additions & 12 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ 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+
# 11.0.0 (5 May 2026)
1514

1615
This release drops support for Python versions 3.8 and 3.9 and adds explicit
1716
(i.e. tested) support for 3.14.
1817

1918
Note that this Python version support only matters if you're installing
2019
Nextstrain CLI from PyPI or Bioconda
21-
([c.f.](https://docs.nextstrain.org/projects/cli/en/__NEXT__/installation/)). It
20+
([c.f.](https://docs.nextstrain.org/projects/cli/en/11.0.0/installation/)). It
2221
does not apply if you're installing Nextstrain CLI using the standalone
2322
installation method we recommend in the [Nextstrain installation
2423
documentation](https://docs.nextstrain.org/page/install.html). In that case, a

doc/changes.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,31 @@ 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+
(v11-0-0)=
16+
## 11.0.0 (5 May 2026)
1817

1918
This release drops support for Python versions 3.8 and 3.9 and adds explicit
2019
(i.e. tested) support for 3.14.
2120

2221
Note that this Python version support only matters if you're installing
2322
Nextstrain CLI from PyPI or Bioconda
24-
([c.f.](https://docs.nextstrain.org/projects/cli/en/__NEXT__/installation/)). It
23+
([c.f.](https://docs.nextstrain.org/projects/cli/en/11.0.0/installation/)). It
2524
does not apply if you're installing Nextstrain CLI using the standalone
2625
installation method we recommend in the [Nextstrain installation
2726
documentation](https://docs.nextstrain.org/page/install.html). In that case, a
2827
supported Python version is always bundled with `nextstrain`.
2928

30-
(v-next-improvements)=
29+
(v11-0-0-improvements)=
3130
### Improvements
3231

3332
* `nextstrain build` now runs Snakemake with the `--rerun-incomplete` option,
3433
aligning with `nextstrain run`.
3534
([#515](https://github.com/nextstrain/cli/pull/515))
3635

37-
(v-next-bug-fixes)=
36+
(v11-0-0-bug-fixes)=
3837
### Bug fixes
3938

4039
* Updated code to support the latest version of `wrapt`, used to show

nextstrain/cli/__version__.py

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

0 commit comments

Comments
 (0)