From 4e1960bb64b039d54fc9a4d52c4504c7004613cd Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Tue, 25 Oct 2022 15:32:40 -0700 Subject: [PATCH] dev: Bump version to 5.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 42caf19e..07a00ee0 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__ # 5.0.0 (25 October 2022) diff --git a/nextstrain/cli/__version__.py b/nextstrain/cli/__version__.py index a0f66580..b03f47a8 100644 --- a/nextstrain/cli/__version__.py +++ b/nextstrain/cli/__version__.py @@ -1 +1 @@ -__version__ = '5.0.0' +__version__ = '5.0.0+git'