Skip to content

Commit cacd310

Browse files
committed
version 9.0.0
1 parent c664274 commit cacd310

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

CHANGES.md

Lines changed: 4 additions & 5 deletions
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+
# 9.0.0 (24 March 2025)
1514

1615
This release contains a **potentially-breaking change** for any usages of the
1716
`--sacra` option, though we expect no one is using it. The change is described
@@ -41,8 +40,8 @@ below.
4140
when overlays are used with AWS Batch.
4241
([#419][], [#423](https://github.com/nextstrain/cli/pull/423))
4342

44-
[`--augur`]: https://docs.nextstrain.org/projects/cli/en/__NEXT__/commands/build/#cmdoption-nextstrain-build-augur
45-
[`--auspice`]: https://docs.nextstrain.org/projects/cli/en/__NEXT__/commands/build/#cmdoption-nextstrain-build-auspice
43+
[`--augur`]: https://docs.nextstrain.org/projects/cli/en/9.0.0/commands/build/#cmdoption-nextstrain-build-augur
44+
[`--auspice`]: https://docs.nextstrain.org/projects/cli/en/9.0.0/commands/build/#cmdoption-nextstrain-build-auspice
4645

4746
* The `--sacra` option, intended for use during development, is no longer
4847
supported by `nextstrain build`, `nextstrain view`, or `nextstrain shell`.

nextstrain/cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '8.5.4+git'
1+
__version__ = '9.0.0'

0 commit comments

Comments
 (0)