Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/docker/shared.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
PYTHON_VERSIONS=(
cp314-cp314
cp313-cp313
cp312-cp312
cp311-cp311
Expand Down
4 changes: 3 additions & 1 deletion python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
--------------------
[1.0.x] - YYYY-MM-DD
[1.0.1] - 2026-02-06
--------------------

Maintenance release.

**Bugfixes**

- ``ts.samples(population=...)`` now raises a ``ValueError`` if the population
Expand Down
2 changes: 1 addition & 1 deletion python/tskit/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Definitive location for the version number.
# During development, should be x.y.z.devN
# For beta should be x.y.zbN
tskit_version = "1.0.0"
tskit_version = "1.0.1"