We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0ceef commit a6c5f06Copy full SHA for a6c5f06
python/CHANGELOG.rst
@@ -1,8 +1,10 @@
1
--------------------
2
-[1.0.x] - 2026-XX-XX
+[1.0.2] - 2026-03-06
3
4
5
-In development
+Maintenance release.
6
+
7
+- Require Python >= 3.11
8
9
10
[1.0.1] - 2026-02-06
python/tskit/_version.py
@@ -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.2.dev1"
+tskit_version = "1.0.2"
0 commit comments