Skip to content

Commit 1baf987

Browse files
committed
version 8.0.0
1 parent 58dce21 commit 1baf987

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGES.md

+2-3
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.0.0 (18 January 2024)
1514

1615
This release drops support for Python versions 3.6 and 3.7 and adds support for
1716
3.11. ([#325](https://github.com/nextstrain/cli/pull/325),

nextstrain/cli/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '7.4.0+git'
1+
__version__ = '8.0.0'

0 commit comments

Comments
 (0)