From 5cd02ae71a5ab959ba6ba93468f65973f51c3329 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Thu, 18 Jan 2024 13:30:54 -0800 Subject: [PATCH] dev: Bump version to 8.0.0+git --- CHANGES.md | 6 +++++- nextstrain/cli/__version__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 00dd21ef..31ca336f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/nextstrain/cli/__version__.py b/nextstrain/cli/__version__.py index 0daae8c2..e6e371f0 100644 --- a/nextstrain/cli/__version__.py +++ b/nextstrain/cli/__version__.py @@ -1 +1 @@ -__version__ = '8.0.0' +__version__ = '8.0.0+git'