File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed
Expand file tree Collapse file tree 3 files changed +10
-12
lines changed 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+ # 10.3.0 (26 September 2025)
1514
1615This release adds explicit (i.e. tested) support for Python version 3.13.
1716([ #473 ] ( https://github.com/nextstrain/cli/pull/473 ) )
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/10.3.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,25 +9,24 @@ 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+ (v10-3-0 )=
16+ ## 10.3.0 (26 September 2025)
1817
1918This release adds explicit (i.e. tested) support for Python version 3.13.
2019([ #473 ] ( https://github.com/nextstrain/cli/pull/473 ) )
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/10.3.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+ (v10-3-0 -improvements)=
3130### Improvements
3231
3332* ` nextstrain setup <pathogen> ` and ` nextstrain version --pathogens ` now list
@@ -78,7 +77,7 @@ supported Python version is always bundled with `nextstrain`.
7877 and pathogens.
7978 ([ #475 ] ( https://github.com/nextstrain/cli/issues/475 ) )
8079
81- (v-next -bug-fixes)=
80+ (v10-3-0 -bug-fixes)=
8281### Bug fixes
8382
8483* ` nextstrain setup <pathogen>@<version> ` and ` nextstrain update <pathogen>@<version> `
Original file line number Diff line number Diff line change 1- __version__ = '10.2.1.post1+git '
1+ __version__ = '10.3.0 '
You can’t perform that action at this time.
0 commit comments