Skip to content

Commit 1f86a5f

Browse files
committed
version 8.2.0
1 parent 25075fa commit 1f86a5f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGES.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ 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.2.0 (6 February 2024)
1514

1615
## Features
1716

@@ -72,7 +71,7 @@ development source code and as such may not be routinely kept up to date.
7271
at the workflow directory (i.e. what's given to `nextstrain build`).
7372
([#355](https://github.com/nextstrain/cli/pull/355))
7473

75-
[containerized]: https://docs.nextstrain.org/projects/cli/en/__NEXT__/runtimes/#comparison
74+
[containerized]: https://docs.nextstrain.org/projects/cli/en/8.2.0/runtimes/#comparison
7675

7776
## Improvements
7877

@@ -98,7 +97,7 @@ development source code and as such may not be routinely kept up to date.
9897
matches the behaviour of `nextstrain shell` since 5.0.0.
9998
([#354](https://github.com/nextstrain/cli/pull/354))
10099

101-
[development overlay option]: https://docs.nextstrain.org/projects/cli/en/__NEXT__/commands/build/#development-options-for-docker
100+
[development overlay option]: https://docs.nextstrain.org/projects/cli/en/8.2.0/commands/build/#development-options-for-docker
102101

103102

104103
# 8.0.1 (29 January 2024)

nextstrain/cli/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '8.0.1+git'
1+
__version__ = '8.2.0'

0 commit comments

Comments
 (0)