Skip to content

Commit 4fec0da

Browse files
Update version number and CHANGELOG for 1.0.1
1 parent c9d0e44 commit 4fec0da

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

python/CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
--------------------
2-
[1.0.x] - YYYY-MM-DD
2+
[1.0.1] - 2026-02-06
33
--------------------
44

5+
Maintenance release.
6+
57
**Bugfixes**
68

79
- ``ts.samples(population=...)`` now raises a ``ValueError`` if the population

python/tskit/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Definitive location for the version number.
22
# During development, should be x.y.z.devN
33
# For beta should be x.y.zbN
4-
tskit_version = "1.0.0"
4+
tskit_version = "1.0.1"

0 commit comments

Comments
 (0)