We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc0a50 commit d3db45aCopy full SHA for d3db45a
CHANGES.md
@@ -7,7 +7,11 @@ This changelog is intended for _humans_ and follows many of the principles from
7
Versions for this project follow the [Semantic Versioning
8
rules](https://semver.org/spec/v2.0.0.html). Each heading below is a version
9
released to [PyPI](https://pypi.org/project/nextstrain-cli/) and the date it
10
-was released.
+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.
12
+
13
14
+# __NEXT__
15
16
17
# 8.3.0 (30 April 2024)
nextstrain/cli/__version__.py
@@ -1 +1 @@
1
-__version__ = '8.3.0'
+__version__ = '8.3.0+git'
0 commit comments