Skip to content

Commit ebd1211

Browse files
committed
version 8.4.0
1 parent 7de3895 commit ebd1211

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGES.md

+6-7
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+
# 8.4.0 (29 May 2024)
1514

1615
This release adds explicit (i.e. tested) support for Python version 3.12.
1716
([#369](https://github.com/nextstrain/cli/pull/369))
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/8.4.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
@@ -50,9 +49,9 @@ supported Python version is always bundled with `nextstrain`.
5049
([#370](https://github.com/nextstrain/cli/pull/370))
5150

5251

53-
[`--exclude-from-upload`]: https://docs.nextstrain.org/projects/cli/en/__NEXT__/commands/build/#cmdoption-nextstrain-build-exclude-from-upload
54-
[`--exclude-from-download`]: https://docs.nextstrain.org/projects/cli/en/__NEXT__/commands/build/#cmdoption-nextstrain-build-exclude-from-download
55-
[`--download`]: https://docs.nextstrain.org/projects/cli/en/__NEXT__/commands/build/#cmdoption-nextstrain-build-download
52+
[`--exclude-from-upload`]: https://docs.nextstrain.org/projects/cli/en/8.4.0/commands/build/#cmdoption-nextstrain-build-exclude-from-upload
53+
[`--exclude-from-download`]: https://docs.nextstrain.org/projects/cli/en/8.4.0/commands/build/#cmdoption-nextstrain-build-exclude-from-download
54+
[`--download`]: https://docs.nextstrain.org/projects/cli/en/8.4.0/commands/build/#cmdoption-nextstrain-build-download
5655

5756

5857
# 8.3.0 (30 April 2024)

nextstrain/cli/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '8.3.0+git'
1+
__version__ = '8.4.0'

0 commit comments

Comments
 (0)