Skip to content

Commit 30e002d

Browse files
committed
dev: Bump version to 11.0.0+git
1 parent 82dbb4d commit 30e002d

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ 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.
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.
12+
13+
14+
# __NEXT__
1115

1216

1317
# 11.0.0 (5 May 2026)

doc/changes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ This changelog is intended for _humans_ and follows many of the principles from
99
Versions for this project follow the [Semantic Versioning
1010
rules](https://semver.org/spec/v2.0.0.html). Each heading below is a version
1111
released to [PyPI](https://pypi.org/project/nextstrain-cli/) and the date it
12-
was released.
12+
was released. The "__NEXT__" heading below describes changes in the unreleased
13+
development source code and as such may not be routinely kept up to date.
14+
15+
16+
(v-next)=
17+
## __NEXT__
1318

1419

1520
(v11-0-0)=

nextstrain/cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '11.0.0'
1+
__version__ = '11.0.0+git'

0 commit comments

Comments
 (0)