File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,18 +7,17 @@ This changelog is intended for _humans_ and follows many of the principles from
77Versions for this project follow the [ Semantic Versioning
88rules] ( https://semver.org/spec/v2.0.0.html ) . Each heading below is a version
99released 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
1615This release drops support for Python versions 3.8 and 3.9 and adds explicit
1716(i.e. tested) support for 3.14.
1817
1918Note that this Python version support only matters if you're installing
2019Nextstrain 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
2221does not apply if you're installing Nextstrain CLI using the standalone
2322installation method we recommend in the [ Nextstrain installation
2423documentation] ( https://docs.nextstrain.org/page/install.html ) . In that case, a
Original file line number Diff line number Diff line change @@ -9,32 +9,31 @@ This changelog is intended for _humans_ and follows many of the principles from
99Versions for this project follow the [ Semantic Versioning
1010rules] ( https://semver.org/spec/v2.0.0.html ) . Each heading below is a version
1111released 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
1918This release drops support for Python versions 3.8 and 3.9 and adds explicit
2019(i.e. tested) support for 3.14.
2120
2221Note that this Python version support only matters if you're installing
2322Nextstrain 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
2524does not apply if you're installing Nextstrain CLI using the standalone
2625installation method we recommend in the [ Nextstrain installation
2726documentation] ( https://docs.nextstrain.org/page/install.html ) . In that case, a
2827supported 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
Original file line number Diff line number Diff line change 1- __version__ = '10.5.0+git '
1+ __version__ = '11.0.0 '
You can’t perform that action at this time.
0 commit comments