@@ -7,18 +7,17 @@ This changelog is intended for _humans_ and follows many of the principles from
7
7
Versions for this project follow the [ Semantic Versioning
8
8
rules] ( https://semver.org/spec/v2.0.0.html ) . Each heading below is a version
9
9
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.
12
11
13
12
14
- # __ NEXT __
13
+ # 8.4.0 (29 May 2024)
15
14
16
15
This release adds explicit (i.e. tested) support for Python version 3.12.
17
16
([ #369 ] ( https://github.com/nextstrain/cli/pull/369 ) )
18
17
19
18
Note that this Python version support only matters if you're installing
20
19
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
22
21
does not apply if you're installing Nextstrain CLI using the standalone
23
22
installation method we recommend in the [ Nextstrain installation
24
23
documentation] ( https://docs.nextstrain.org/page/install.html ) . In that case, a
@@ -50,9 +49,9 @@ supported Python version is always bundled with `nextstrain`.
50
49
([ #370 ] ( https://github.com/nextstrain/cli/pull/370 ) )
51
50
52
51
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
56
55
57
56
58
57
# 8.3.0 (30 April 2024)
0 commit comments