Skip to content

Commit

Permalink
dev: Bump version to 8.0.0+git
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jan 18, 2024
1 parent 1baf987 commit 5cd02ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ This changelog is intended for _humans_ and follows many of the principles from
Versions for this project follow the [Semantic Versioning
rules](https://semver.org/spec/v2.0.0.html). Each heading below is a version
released to [PyPI](https://pypi.org/project/nextstrain-cli/) and the date it
was released.
was released. The "__NEXT__" heading below describes changes in the unreleased
development source code and as such may not be routinely kept up to date.


# __NEXT__


# 8.0.0 (18 January 2024)
Expand Down
2 changes: 1 addition & 1 deletion nextstrain/cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '8.0.0'
__version__ = '8.0.0+git'

0 comments on commit 5cd02ae

Please sign in to comment.