Skip to content

Commit c5b7311

Browse files
committed
Pre 0.5.8 tasks
1 parent 732cc37 commit c5b7311

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

python/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
--------------------
2+
[0.5.8] - 2024-06-27
3+
--------------------
4+
5+
- Add support for numpy 2 (:user:`jeromekelleher`, :user:`benjeffery`, :pr:`2964`)
6+
7+
18
--------------------
29
[0.5.7] - 2024-06-17
310
--------------------

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 = "0.5.7"
4+
tskit_version = "0.5.8"

0 commit comments

Comments
 (0)