Skip to content

Commit 23dde85

Browse files
committed
version 10.3.0
1 parent 3780407 commit 23dde85

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

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+
# 10.3.0 (26 September 2025)
1514

1615
This release adds explicit (i.e. tested) support for Python version 3.13.
1716
([#473](https://github.com/nextstrain/cli/pull/473))
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/10.3.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,25 +9,24 @@ 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-3-0)=
16+
## 10.3.0 (26 September 2025)
1817

1918
This release adds explicit (i.e. tested) support for Python version 3.13.
2019
([#473](https://github.com/nextstrain/cli/pull/473))
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/10.3.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+
(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>`

nextstrain/cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '10.2.1.post1+git'
1+
__version__ = '10.3.0'

0 commit comments

Comments
 (0)